• Resolved VeeLow

    (@veelow)


    Hi Robin! Two possibly related problems

    1) I’m finding that some settings on the plug in don’t do anything; and that I have some weird stuff in the plugin setting pages going on as well. Eg, when I look at the “Topics Index Styling” tab, every color setting is set to pale grey (screen color): but when I’m actually in the forums, that’s not true, I see the pinks yellows greys etc onscreen…

    Could this be because my custom CSS (also in the plugin) is overriding them? I have a bunch of stuff that I pulled out of the bb-press support forum, in order to make my forums full width with TwentyFourteen.

    2) Is there a setting I’m missing to change the color scheme for “closed” topics? Right now it involves a pale grey type and a pale pink box around text; the combo is virtually unreadable in my theme.

    https://www.ads-software.com/plugins/bbp-style-pack/

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

    (@robin-w)

    1. Much is set by your theme, and as I don’t know what individual themes are doing, I leave the color as neutral until you select. That way you don’t need to set anything you are happy with.

    2. put this into the custom css tab

    #bbpress-forums .status-closed, #bbpress-forums .status-closed a {
        color: #ccc;
    }

    and play with what color you want

    Thread Starter VeeLow

    (@veelow)

    Aha! That makes sense….will do!
    Thanks very much…

    Plugin Author Robin W

    (@robin-w)

    no problem – do come back if you need further help !

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom CSS conflict?’ is closed to new replies.