transparent background for the page

Posted in: Newspaper
Post count: 9

is there a way to set the background transparent for the central part of the page, or where they fit the contents?

Post count: 6600

Hi,

The theme doesn’t have an option for this but you could achieve it via custom css. I suggest you to inspect the page target and apply the css from below with the background: transparent; property to the container you want. Also note that the theme wasn’t designed to be used with a transparent background so you might need to need additional customization to it if you decide to use a transparent background: http://screencast.com/t/VC8ObNbrWRu

.td-page-wrap {
background-color: transparent;
}

I suggest you find someone to do this customization for you if you don’t have html/css knowledge as this is custom work and we cannot provide it at this time because we work hard on development, fixes, updates and support and the time doesn’t allow us.

Thanks

Post count: 9

thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.