Remove Fade In Effect on pages

Hi everyone!

I need help in removing the fade in effect on this site I’m work http://liquorlicenseagents.jamesthefourth.com/ You’ll see a white color fade in effect every time you switch pages on this site.

Thanks in advance

These effects are often built into the theme that you choose to use - in your case it is Invetex. You do not want to make any changes to the theme code, because then when an update to the theme is installed (and you should never ignore these because they are often for security reasons) it will overwrite all your changes. You should instead make a child theme based on this theme and make the changes there: https://codex.wordpress.org/Child_Themes

1 Like

I made a wide search of that fade in effects and it is in the theme’s core function. I’m wondering if there is any way I can counter the jquery scripts when the page load.

I’m using a child theme already

You just might find the help you are looking for in the Javascript forum. Would you like me to move this thread there?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.