Additional background issue

I recently got a great help to change content area background color away from white. X, Theme Options, CSS… everything works great. The thing is that how to make that change to other pages too? It only changed the front page´s content background. Even if I duplicate the page everything else will be duplicated but not that color. Page www.pinuslatvia.lv

Hey Kim,

I believe you’re referring to this thread: https://theme.co/apex/forum/t/how-to-get-rid-of-white-content-background/55370/4?u=christian_y

The code suggested there will not work for any other page because it’s specific to the home page. To make it work for all your pages, change the code to.

.page .entry-wrap {
    background: transparent;
    box-shadow: none;
}

Hope that helps.

Many thanks in advance, I will try.

You’re welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.