-
Author
-
March 22, 2017 at 15:43 #156352carldufourParticipant
Hi,
The text in the forums (bbpress) of Kleo is very light grey… hardly readable. How can I change this?
I have tried inserting this code into the style.css via the editor in WordPress, but it didn’t work :
/* Change Color on various items in bbPress */
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
color: #000000;
}
.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
background-color: E3E5F0 !important;
font-color: #cccccc; !important;
font-size: 1.1em;
}
Thanks for your help !
March 23, 2017 at 02:47 #156431LauraModeratorHello, try using this
COPY CODE#bbpress-forums .status-closed a { color: #000000 !important; } .bbp-forum-content ul.sticky { background-color: E3E5F0 !important; font-color: #cccccc; !important; font-size: 1.1em; }
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 🙂
March 23, 2017 at 19:03 #156526carldufourParticipantHi.
Thanks but unfortunately, that doesn’t seem to be working. 🙁
March 24, 2017 at 11:10 #156558carldufourParticipantPlease check this page : https://www.systemicminds.com/forums/topic/carl-dufour-de-nivelles-belgique/
Thanks !
Carl
March 24, 2017 at 11:56 #156563carldufourParticipantOups sorry… I sent you a wrong link (/topic/ has become /sujet/… very French).
Please check this one here : https://www.systemicminds.com/forums/sujet/carl-dufour-de-nivelles-belgique/
This is the SECOND topic I entered… and it’s light grey.The weird thing is that the FIRST topic I did has the right font colour, which is based on the Kleo Theme Options / Main / Text Color.
I’d be great if all topics created could obey the rules from the Theme options.
Thanks.
Carl
March 27, 2017 at 12:13 #156762LauraModeratorHello, try by adding this to style.css of child theme
COPY CODE.bbp-reply-content p { color: #777777 !important; } .bbp-reply-content p { color: #777777 !important; font-weight: 400 !important; font-family: "Roboto" !important; line-height: }
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 🙂
March 29, 2017 at 03:15 #157020LauraModeratorGlad 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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.