Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove Yellow Highlight in Forum for Sticky Closed Notes

  • @orvilleboggs

    Participant

    Wordpress version 6.8.2
    bbPress version 2.6.14

    In my forum, I have some sticky notes that are closed. They have a yellow highlight around them and I can’t figure out how to remove it.

    How to remove yellow highlights?

    I have tried a number of CSS overrides but no success. Any ideas? I feel like I am missing something simple.

    Thank you!
    DS

Viewing 3 replies - 1 through 3 (of 3 total)
  • @orvilleboggs

    Participant

    Also, I am aware that the sticky notes in the forum have the yellow highlights on them. I am wondering if there is a way to remove or override that? Thank you.

    @robin-w

    Moderator
    .bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky {
    	background-color: transparent !important;
    }

    and for closed and sticky

     .bbp-topics-front ul.super-sticky.status-closed, .bbp-topics ul.super-sticky.status-closed, .bbp-topics ul.sticky.status-closed, .bbp-forum-content ul.sticky.status-closed {
    	background-color: red !important;
    } 

    @orvilleboggs

    Participant

    That’s great! Thank you so much! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar