• Resolved 3hitsuji

    (@3hitsuji)


    I’ve added a background image to my blog but I can’t see it because the content background colour is hiding it, how can I make the content area transparent?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi 3hitsuji,

    For this you need to customize style.css file, removing background color that is dominating your background image. Here i have listed some css that will help you to set background image .

    #pref-top {
    	background: none !important;
    }
    #pref-outerbox {
    	background: none !important;
    }
    
    .widget {
    background: none !important;
    }

    You need to find out the background color that is creating problem and change them accordingly

    Note: please use child theme[style.css] to add custom css, so your changes will not be lost on theme update.

    Thanks

    Hi @3hitsuji ,

    Its been long days we are unable to hear form your side.Hope you have found a solution of your issue.

    Thanks

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

The topic ‘Remove content background colour’ is closed to new replies.