Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1296933
    shamus
    Participant

    http://dankhabits.com/caseywillaxandfriendsatwitches-rock/

    How can I make the comment background color black and the text white?

    Thanks!

    #1297000
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        background-color: #000;
        color: #fff;
        border: 1px solid #efefef
    }
    ::-webkit-input-placeholder {
       color: #fff;
    }
    
    :-moz-placeholder { /* Firefox 18- */
       color: #fff;
    }
    
    ::-moz-placeholder {  /* Firefox 19+ */
       color: #fff; 
    }
    
    :-ms-input-placeholder {  
       color: #fff;
    }
    

    Hope that helps.

    #1297670
    shamus
    Participant

    It did help the comment box but what about the box where the comments show up?

    #1297705
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! To also add the box where the comments show up, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .site article.comment {
        background-color: transparent !important;
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1296933 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>