-
Author
Tagged: buddypress color, color icon buddypress
-
January 13, 2016 at 16:18 #98275szmek9Participant
Hi
How I can change colors of objects marked in red in attatched photo. Also active icon color.January 13, 2016 at 16:29 #98280szmek9ParticipantI forgot to attatch image
Attachments:
You must be logged in to view attached files.January 14, 2016 at 01:29 #98405LauraModeratorHello, to change all icons, add this to style.css of child theme then change color
COPY CODEdiv#item-nav li a:before { color: blue !important; }
To change just the shop icon, use this
COPY CODEa#user-orders:before { color: blue !important; }
Line Color:
COPY CODEdiv#item-nav { border-bottom-color: blue !important; }
Header meta
COPY CODE.is-user-profile div#item-header div#item-header-content h4, .is-user-profile div#item-header div#item-header-content a, .is-user-profile div#item-header div#item-header-content .label, .is-user-profile div#item-header div#item-header-content span.activity, .buddypress.is-user-profile div#item-header div#item-actions h3, .is-user-profile div#item-header div#item-meta { color: blue !important; }
Edit menu item
COPY CODEa#edit { color: blue !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 🙂
January 14, 2016 at 03:13 #98438szmek9Participantthanks for the reply. How can i change just the color of active tab. Like in photo.
Attachments:
You must be logged in to view attached files.January 15, 2016 at 21:02 #98737LauraModeratorHello, try this then
COPY CODE#buddypress div#item-nav ul li.current a:before { color: blue !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 🙂
January 18, 2016 at 07:44 #99038LauraModeratorGlad to help 🙂
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 🙂
October 23, 2016 at 12:39 #140732mlvc1958ParticipantIve followed these steps but ive lost the hover easing state.
can you show me the css for this original state that buddypress had.October 25, 2016 at 04:25 #141050LauraModeratorHello, what do you mean by hover? This code doesnt change the hover style
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 🙂
July 1, 2017 at 15:36 #165814btroeschParticipantI put the above code in the style.css of the kleo child theme, however, it does not work (see attachement). Am I doing something wrong?
Attachments:
You must be logged in to view attached files.July 3, 2017 at 17:12 #166004LauraModeratorGlad you could resolve it 🙂
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
The forum ‘KLEO’ is closed to new topics and replies.