How to change background of content to transparent?

Posted in: Newsmag
Post count: 2

I am wanting a transparent content background like the Travel theme has. I have been searching for the setting for this with no luck. I imported the demo in hopes to find the transparent content background setting. Could you please point me to where this setting is?

Thanks!!

Post count: 35449

Hi,

That transparency background is set using an extra class on theme body -> https://i.imgur.com/AqrV7O6.png this class has a custom css that is setting the background transparent.
You can achieve that using a custom css like this one -> https://i.imgur.com/7NhZlmN.jpg
.td-container {
background-color: #ffffffe6;
}

Set the code in theme panel custom code> custom css.
Hope it will help you!

Post count: 2

I tried this code and it did not work. I looked at the code in the travel demo after I installed the demo and the transparency is accomplished with WP Bakery. I uninstalled the demo and tried to accomplish this with WP Bakery and there is a white background that will not change no matter what I do.

How can I attach a screenshot so I can show you?

Thanks!!

Post count: 35449

Hi rtws, as I said before that demo has a class set in theme pane, when you install that demo you’ll have that extra class with css to, therefore when the demo is uninstalled/change the class can code will be removed.
Please provide me a link to your website and I will provide a custom css that will work on your current install.
Thank you!

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