Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1410565
    ninestepstowater
    Participant

    Hi, I just started my first website. I’ve been using the x theme with the integrity stack. Thank you guys for all your hard work, you’ve made everything so simple. But I’ve run into a problem.

    Here is the page:
    http://www.ninestepstowater.com/blog/

    See the comment with the name Devid? There is actually white text in that box, but you can’t see it. How can we make this box transparent, and all comment boxes likewise?

    #1410568
    ninestepstowater
    Participant

    To add to that, I’d also like to make sure the text in the box stays white.

    #1410830
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    #comments article.comment {
        background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    }
    

    Hope that helps.

    #1411954
    ninestepstowater
    Participant

    Oh great, it worked! You guys are superb!

    #1412083
    Thai
    Moderator

    If you need anything else please let us know.

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