Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1067080
    elizaabola
    Participant

    Hi,

    I know there have been discussions about this before, but none of the solutions worked for me.
    Basically I have a background image that I’ve set using the customizer, but I don’t want this background image to show on my homepage. I want to have a solid color background instead. How can I do this?

    Thanks!

    #1067277
    Jade
    Moderator

    Hi there,

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

    .home {
        background: #fff !important;
    }

    Hope this helps.

    #1068418
    elizaabola
    Participant

    That didn’t work. I’m trying to override the image background I set in the customizer

    #1068434
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .home {
        background-image: display: none !important;
    }

    If that does not work please provide us your URL

    Hope that helps

    Joao

    #1068531
    elizaabola
    Participant

    That didn’t work.

    http://miguelherrerarealtygroup.com/

    I have a revolution slider, but I have a footer that you have to scroll down to. I want the background image when you scroll to be gone and the background to be solid black.

    #1068555
    Jade
    Moderator

    Hi there,

    Please use this code instead:

    .home .backstretch img {
        display: none;
    }
    
    .home .backstretch {
        background-color: #000;
    }

    Hope this helps.

    #1068559
    elizaabola
    Participant

    Sorry but that didn’t work either

    #1068569
    Joao
    Moderator

    Hi There,

    Would you mind providing 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

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

    Thanks

    Joao

    #1068573
    elizaabola
    Participant
    This reply has been marked as private.
    #1068807
    Nabeel A
    Moderator

    Hi again,

    I tried to login but your site isn’t loading on my end. Can you please check if the server is down at the moment?

    Thanks!

    #1068815
    elizaabola
    Participant

    Sorry had some issues with the server. It’s up and running now.

    #1069192
    Friech
    Moderator

    Hi There,

    Please update the given css code to this:

    .home .backstretch img {
        display: none !important;
    }
    
    .home .backstretch {
        background-color: #000000;
    }

    Hope it helps, Cheers!

    #1069813
    elizaabola
    Participant

    That worked perfectly! Thank you all 😀

    #1070074
    Rue Nel
    Moderator

    You’re welcome! We’re happy to help you out.
    If you need anything else we can help you with, don’t hesitate to open another thread.

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