Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1262775
    Eric
    Participant

    Hi Guys,

    I am trying to set the background of the body of the site to transparent and I have tried some of the options I have found in the knowledgebase but they don’t seem to work. I want to use white text on the page background image.

    I’ve tried:

    .entry-wrap {
    background-color: rgba(0, 0, 0, 0.125);
    }

    }
    .page .entry-wrap {
    background-color: transparent !important;
    }

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

    What else can I try?

    #1262786
    Eric
    Participant
    This reply has been marked as private.
    #1263019
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You got the right css code though. It was

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

    You can add this under Custom > CSS in the Customizer.

    Hope it helps, Cheers!

    #1265695
    Eric
    Participant

    Thanks!

    #1265710
    Eric
    Participant

    Ok. Quick question, the background disappears and turns white when going mobile. Does this need to be address with a media query?

    #1265749
    Rupok
    Member

    Hi there,

    Let’s try adding this as well :

    @media only screen and (max-width: 979px) {
    .site {background-color: transparent !important;}
    }

    Or just this :

    #top.site {
      background-color: transparent !important;
    }

    Hope this helps.

    #1265806
    Eric
    Participant

    Hmm… That didn’t work.

    #1265808
    Eric
    Participant
    This reply has been marked as private.
    #1265863
    Joao
    Moderator

    Hi Eric,

    Please add the following code to Appereance > Customizer > custom > CSS

    @media (max-width: 979px) {
    .x-main.full {
        background-image: url(//clutch.simplelogicdigital.com/wp-content/uploads/2016/10/clutch-coming-soon-banner.png); */
    }
    }

    Hope it helps

    Joao

    #1265871
    Eric
    Participant

    Hey thanks!
    I got it to work.

    #1265900
    Joao
    Moderator

    Glad to hear it,

    Joao

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