• hello there, I love the theme but is there a way to DISABLE that loading bar?

    you know, that thing that appears when the page is loading

Viewing 1 replies (of 1 total)
  • I don’t know if there is a theme option to disable it, but you can do so using some CSS code:

    .preloader #preloader { opacity: 0; }

    As with all custom code, I would recommend you do so via the use of a Child Theme, or a Custom CSS plugin.

    This ensures your code is preserved should you update the theme in the future.

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Disable The Loading Bar’ is closed to new replies.