Background is fade in

Posted in: Newspaper
Post count: 49

Hello,

I have a problem, when i load the page, the content with background color is fade in, i want to disable this?

thankyou

Post count: 20688

Hi,

That is an effect, an opacity transition the theme sets for backgrounds. Having the background fade delay instead of appearing at once or loading partially, would be better. Disabling this transition isn’t possible by a theme setting, it is built in.

You could try to enter this code in the analytics section, before all the other codes you might have entered there – http://prntscr.com/o479qx
It should remove the transition of the backgrounds, enter it then check the results

<style>.td-element-style,
.td-element-style-before,
.td-backstretch {
opacity:1!important;
}</style>

Thanks

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