• Resolved Rajesh S

    (@rajeshsharmauk)


    Hi,

    Hope you’re well. I just added a BBpress forum to a website and came across your style plugin.

    The background of the forum is white and I’ve made the headers and footers white. It looks pretty good but the favourite/subscribe toggle on the topic page has white text and so can’t be seen until highlighted. I can’t find anywhere to change it and none of the css I’ve found and tried seems to work.

    I’m using the Newspaper theme. I had to use css to override the header/footer colour but haven’t managed to get any css to work to change the font on this toggle.

    Anybody have any ideas? I’d be most grateful.

    Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Rajesh S

    (@rajeshsharmauk)

    Stop Press. This worked for me.

    .bbpress span#favorite-toggle a,
    .bbpress span#subscription-toggle a {
    color: #777777 !important;
    }

    .bbpress span#favorite-toggle a:hover,
    .bbpress span#subscription-toggle a:hover {
    color: #3FA2E7 !important;
    }

    In order override values, you must commonly use either !important rule or use more complex rules than the original CSS.

    BTW. Use for CSS testing Code Snippet plugin.That stores the CSS info just once. If you use Custom CSS WordPress store every change. If CSS is very big, that might even crash the database. That happened for me. I don’t use anymore the Custom CSS at all. I use instead Code Snippet and I have some quite permanent CSS and some CSS, which is under construction. That can be used in general avoiding usage of child themes. Minify big CSS.

    • This reply was modified 5 years, 7 months ago by tapiohuuhaa.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change font colour for favorite/subscribe toggle on topic screen’ is closed to new replies.