-
Author
-
December 10, 2016 at 17:31 #146643gfischParticipant
Hello. How can I change the hover color of the BuddyPress profile tabs. They are blue right now (see “Messages” in the screenshot). I want a lighter green. I managed to change hover colors everywhere else but I can’t find the hover parameter using Firebug for BuddyPress Profile Tabs. Thank you.
Attachments:
You must be logged in to view attached files.December 12, 2016 at 05:27 #146704LauraModeratorHello, try with this css, add it to style.css of child theme
COPY CODEdiv#object-nav a:hover { color: #7bef7b !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
December 12, 2016 at 12:27 #146753gfischParticipantCool and thank you. This did work. I did put the code into
Sweetdate : Styling Options : Quick CSSWould it be better (faster?) to put all my CSS changes in the actual style.css of the child theme, after testing it in the Quick CSS?
December 13, 2016 at 23:22 #146960LauraModeratorHello, would be safer to also add them to style.css 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.