Skip to:
Content
Pages
Categories
Search
Top
Bottom

change background color

Viewing 2 replies - 1 through 2 (of 2 total)
  • @robin-w

    Moderator

    you need top take out the “!important” in the rule in your Customizr Child Home style.css line 2858

    to make it

    #bbpress-forums ul.odd, #bbpress-forums ul.even {
      background-color: #EFEFEF;
    }

    and then add this rule

    #bbpress-forums .super-sticky {
    	background-color: blue !important;
    }

    @andrew55

    Participant

    Works great. Thank you very much.

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