Background of main content is transparent

Posted in: Newsmag
Post count: 4

Installed the Travel demo and now the main content (the center of the site where the content is) that it’s supposed to be white it’s transparent and the Caribbean image is showing up, how can i solve this?

Post count: 23312

Hello engelgarcia1,

Where is your website so I can take a closer look into it?

Thanks.

Post count: 4

This is the website in question:

Caribbean Digital

Thanks for the help.

Post count: 23312

Hello engelgarcia1,

If you want to change the transparency of the main container, you should use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-newsmag-travel .td-container {
background-color: rgba(255, 255, 255, 1);
}

The result is here -> https://www.screencast.com/t/p0Ng9Kro722m

Thanks for the message!

Post count: 4

Thank you so much!

Post count: 4

Sorry to bother again but now after adding the code you sent me the footer now lost format.

Photo:

Post count: 23312

Hello

Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-newsmag-travel .td-container {
background-color: rgba(255, 255, 255, 1);
}
.td-newsmag-travel .td-footer-container {
border-bottom: none;
background-color: rgba(0, 0, 0, 0.8);
}
.td-newsmag-travel .td-sub-footer-container {
background-color: #000;
padding: 7px 0 7px 0;
}

Thanks.

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