Portfolio/Blog Background Color

Need help with changing the background color on x-main full div class. It appears to control the background color for the portfolio and blog pages. Using Integrity stack set to dark theme and would like the body of those pages to remain white rather than black without effecting the dark header and footer.

Hello @nademo,

Thanks for writing to us.

In order to remove the background color of the blog/portfolio post container I would suggest you please add this custom CSS code to the global CSS.

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

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

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