• Resolved jerome80

    (@jerome80)


    Hi,
    Since I updated Verbo theme to 0.0.10 version, the background image is behind a white
    background (see css code below) and doesn’t show up.

    body header .mythemes-topper, body div.content, footer aside {
    background-color: #ffffff;
    }

    Any idea?
    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there jerome80,

    Hope you’re well! 🙂

    Could you link your site? In order for me to debug it better. And also what element/part of your site do you want to fix the background.

    Looking forward for your reply! 🙂

    Best Regards,
    Calvin

    Thread Starter jerome80

    (@jerome80)

    Thank you Calvin,
    Here is a link to the website:
    http://www.vapegossip.com/
    You can see the background in the header, I don’t know why.
    Here is the background I would like to have:

    body.custom-background {
    background-image: url('http://www.vapegossip.com/wp-content/uploads/2015/01/VapeGossip_bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    }

    Hey there jerome80,

    Hope you’re well! 🙂 Love the background image! 🙂

    Clarify one thing for me, do you want to show the background image on this section only? If yes, I suggest you navigate to Appearance >> Background >> Upload your image there. Comment out all the custom code temporarily. If it works then you don’t need the custom code.

    If you want to show the background image on another section. Let me know! 🙂

    Looking forward for your reply! 🙂

    Best Regards,
    Calvin

    Thread Starter jerome80

    (@jerome80)

    Thanks Calvin,

    Actually, I solved the problem by adding the following custom CSS code in Themes options > Other settings :

    body header .mythemes-topper,
        footer aside{
    background-color: rgba(255, 255, 255, 0);
        }
    body div.content{
        background-color: rgba(255, 255, 255, 0.6);
    }

    It didn’t work without it, no idea why.

    Hey there jerome80,

    Glad it’s working for you! 🙂

    I suggest you mark this thread as resolved so other members with the same issue can see that this ticket contains an answer that maybe a possible solution for their issue.

    Take care,
    Calvin

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Displaying background’ is closed to new replies.