• I’m experiencing a FOUT problem with this theme. Every time I refresh any page on my site, the text format in the top navigation menu flashes a fallback font style for a split second before the proper text with included dropdown arrows loads and it creates a really ugly display. I think this is due to the way the theme has implemented custom fonts. Is there a known resolution for this? I appreciate the help.

Viewing 1 replies (of 1 total)
  • Theme Author pewilliams

    (@pewilliams)

    Hello @jghou575,

    You have to add the CSS code in additional CSS to remove the FOUT problem.

    Follow the steps to add the below code.

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Add code >> Publish.

    .sf-arrows .sf-with-ul, .topbar .sf-arrows .sf-with-ul {
    padding: 0;
    }
    .sf-arrows .sf-with-ul:after{
    content: none;
    position: static;
    }

    Thank You

Viewing 1 replies (of 1 total)
  • The topic ‘FOUT issue’ is closed to new replies.