Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Robin W

    (@robin-w)

    try adding this in the custom css tab of my plugin

    #bbpress-forums ul.status-closed, #bbpress-forums ul.status-closed a {
    	background-color: red ;
    }
    Thread Starter simonlepamplemousse

    (@simonlepamplemousse)

    Thanks for the code!

    So it didn’t work in your plugin’s custom CSS.

    But in the custom CSS of the theme yes.

    Another question, how to correct the style of closed AND pinned subjects?

    Example in : https://www.planetanim.fr/forums/forum/planetanim/support/

    Plugin Author Robin W

    (@robin-w)

    So it didn’t work in your plugin’s custom CSS.

    Your theme probably overwriting, but glad it works in the theme custom css

    On both, I think this should work

    #bbpress-forums ul.status-closed.sticky, #bbpress-forums ul.status-closed.sticky a {
    	background-color: red ;
    }
    Thread Starter simonlepamplemousse

    (@simonlepamplemousse)

    Hello @robin-w

    thank you first for your help.

    And not the concern persists, it only changes the background of the text

    Plugin Author Robin W

    (@robin-w)

    ok, I have limited time to help, try this

    #bbpress-forums .status-closed.sticky, #bbpress-forums .status-closed.sticky a {
    	background-color: red ;
    }
    Plugin Author Robin W

    (@robin-w)

    or this

    bbp-forum-content ul.sticky.status-closed {
    	background-color: red !important;
    }
    Thread Starter simonlepamplemousse

    (@simonlepamplemousse)

    OK @robin-w

    it still doesn’t work but i simplified by keeping only one color

    thanks anyway

    Plugin Author Robin W

    (@robin-w)

    ok, no problem

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Customize closed topics’ is closed to new replies.