Zone Background Color

Posted in: Newspaper
Post count: 39

Hi there,

On one page I created with the composer, I have the page background color set to black by adding black to the background color of the zone. When you load the page, the black BG color is delayed and renders slowly in a sort of fade in. How can I eliminate this and have it load instantly along with the page?

http://wordpress-215920-675370.cloudwaysapps.com/featured-shows/

Post count: 23312

Hi,

Try to use the code below and place it in Theme panel -> Cusotm CSS area.

.td-js-loaded .tdc-row-divider, .td-js-loaded .td-element-style {
transition:none;
-webkit-transition: none;
}

Hope this helps!

Thanks.

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