• Hi!

    Recently, I realized that the dropdown icon is broken on my page:

    This is visible only when I am not logged in to the admin panel. This is also visible on mobile and multiple browsers.

    Once I log it, it suddenly disappears:

    Any ideas where to search for the problem?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Period!

    Can you add the following CSS to your site and let me know if it helps?

    @media (min-width: 56.25em) {
    
      .menu-primary li.menu-item-has-children>a:after {
        content: '\f107';
      }
    }

    You can copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter pivovarit

    (@pivovarit)

    Yes, that helped ?? thanks! any clue why was it visible only after logging out?

    Theme Author Ben Sibley

    (@bensibley)

    It’s a strange error, but I think it has something to do with how the caching plugin is compressing the stylesheet. The '\f107' part is getting converted into a string of different characters.

    I figure it’s easier to patch with a small code snippet than dive into what looks like a very deep rabbit hole ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Broken dropdown icon’ is closed to new replies.