Transparent Background for content pages

Hello,

I’ve searched the knowledge base and support forum but have not found an answer to my question. I’m trying to make the default content area background transparent for all pages. I’m fine doing it on a case-by-case basis (rather than globally), but have not figured out how to do it. It’s been a few years since I used the X theme and the whole Cornerstone redesign is throwing me off.

Here’s the site: http://casasonar.granthazard.com.

The white rectangle floating at the top is the home page without any content.

Additionally, I made the background of my navbar transparent, but there is a shadowed line that I would like to know how to remove.

Thanks,
G

Hi G,

Thank you for writing in, to remove that default white background on a non-blank page template. Please add this to Theme Options > CSS

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

You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial

It seems you already figure that out? I don’t see a shadow on navbar anymore.

Cheers!

1 Like

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