Any css code to remove extra styling from homepage?

Posted in: Newspaper
Post count: 16

Was wondering if you have any custom code to remove/disable the styling (eg.loading animation, pagination, etc) from the homepage/other to improve site speed or just to make it look more simple.
Let us know if you think this is doable.

Post count: 35449

Hi,

You can try to remove the loading animation from here: -> https://www.screencast.com/t/NvZmLiwUZHP1

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>

Hope this will help you!
Thanks.

Post count: 497

sd

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