This topic has 3 replies, 2 voices, and was last updated 6 years by Kieran_SQ.

  • Author
  • #187726
     chris1218
    Participant

    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.
    #187728
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #187782
     chris1218
    Participant

    Worked like a charm. Thanks!

    #187784
     Kieran_SQ
    Moderator

    Glad 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 solution

    If 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.

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?