Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #985555
    dario
    Participant

    Hi!

    I would like to set the content area transparent. A tried different code I’ve found on the forum, like

    .entry-wrap {
    background-color: rgba(0, 0, 0, 0.7) !important;
    }

    but none of them worked. What I’m doing wrong?
    I’ll write the url in the next message, thanks a lot.

    #985556
    dario
    Participant
    This reply has been marked as private.
    #985628
    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .entry-content {
        background: rgba(0,0,0,0.7);
    }

    This works on our test from within browser dev tools. If it is not working, something may be conflicting. If that is the case, please provide us with login credentials so we can take a closer look. To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

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