-
Author
-
February 4, 2018 at 00:01 #187726chris1218Participant
Hello, I went through all the options in the customizer, but have not been able to change the text color on “closed” topics in my forum. The topics that are still open are fine, but the closed topics are way too light to be able to read well. Please help.
Attachments:
You must be logged in to view attached files.February 4, 2018 at 00:07 #187728Kieran_SQModeratorHi,
You can use the below CSS in your KLEO Child theme’s style.css by going to WP Admin > Appearance > Editor > KLEO Child > Style.css or by going to Theme Options > General Settings > Scroll to ‘Quick CSS’
COPY CODE.status-closed .bbp-reply-content { color: red; }
If you would also like to change the link color when closed please use the below CSS
COPY CODE.status-closed .bbp-reply-content a { color: red !important; }
Change the color value from red to your desired color # value. Please clear all of your caches and any CDN to see the changes.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
February 5, 2018 at 00:47 #187784Kieran_SQModeratorGlad it worked 🙂 Feel free to open a new ticket any time and we’ll be happy to assist.
All the best,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.