Okay
  Public Ticket #252213
FOUC (Flash of Unstyled Content)
Closed

Comments

  • Jeremy started the conversation

    When the site is loading, the sub menu shows a flash of unstyled content (the div is not invisible). are there any workarounds or fixes for this?

    I'm confused because i was pretty sure i didnt modify any CSS to make this occur yet I dont see any posts when searching themeforest and your support page.

    Thanks for the time.

  •  8,472
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel :

    ul.sub-menu {
        display: none;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Jeremy replied

    Oh what a legend, thanks mate!!

    Love the theme and support is great. I should have thought to test something like that. I was going to try and modify the JS and use a position 99999 or something but your solution is easier and more elegant.