Skip to:
Content
Pages
Categories
Search
Top
Bottom

White font on white background problem…


  • laurafr
    Participant

    @laurafr

    Hey guys,

    maybe someone of you can help me…we´ve changed our theme (to “News magazine”), and after the change the forum replies (not the first one of a topic) are white on white and only if you hover over the font, you can see the text. Like here: http://ratgeber-umschulung.de/umschulungsforum/thema/umschulung-labor/ Does anybody know what we can change in the CSS to fix the problem without changing the Theme back?

    We´d be happy for some hints…

    thank you in advance and have a nice weekend!
    Laura

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

  • Robin W
    Moderator

    @robin-w

    if you are happy with css codes then

    bbPress Styling Crib

    Otherwise the bbp style pack will let you change it, and much else besides

    https://wordpress.org/support/plugin/bbp-style-pack


    laurafr
    Participant

    @laurafr

    Hi Robin, thank you, but that´s what we tried. I can change everything, make the Background of the title black etc. but this problem stays the same…the mobile theme still works, so it must have to something with the new theme….


    Robin W
    Moderator

    @robin-w

    ok, just taken a look.

    Your theme has

    #commentform #submit, .reply, #reply-title small {
        background-color: #025a7e;
        color: #ffffff;
    }
    
    in your theme's css.
    
    try putting this in either the css custom area of your theme if it has one, or in the custom css part of my style pack plugin
    
    .reply {
        color: #000000 !important;
    }

    laurafr
    Participant

    @laurafr

    Wow, it worked – thank you so much Robin! You saved my day.

    All the best from Berlin!


    Robin W
    Moderator

    @robin-w

    great – glad you are fixed !


    carajoan
    Participant

    @carajoan

    I’m having this problem after trying this solution, searching the codex and this forum. Here are all the various solutions I’ve tried:

    .reply {
        color: #000000 !important;
    }
    
    #commentform #submit, .reply, #reply-title small {
        background-color: #000000;
        color: #ffffff;
    }
    
    .forum a { color: black !important; }
    
    .bbp-forum-info { color: black !important; }
    
    .bbp-forum-topic-count { color: black !important; }
    
    .bbp-forum-reply-count { color: black !important; }
    
    .bbp-forum-freshness { color: black !important; }
    
    .bbp-topics {
    color: black !important;
    background-color:white;
    }
    
    .bbp-forums a { color: black !important; }
    
    #bbpress-forums div.bbp-topic-content a,
    #bbpress-forums div.bbp-reply-content a {
    	background-color: white;
    }
    
    #bbpress-forums div.even,
    #bbpress-forums ul.even {
     background-color: #fff;
    }
     
    #bbpress-forums div.odd,
    #bbpress-forums ul.odd {
     background-color: #fbfbfb;
    }
    
    /*styling to move 'Subscribe' to right hand side */
    .single-forum .subscription-toggle  {
        float:right !important ;
    }

    carajoan
    Participant

    @carajoan

    Sorry. Forum site: conscienceinresidency.com/forums

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