Viewing 4 replies - 1 through 4 (of 4 total)
  • Hmmm, is your theme fully updated? Your site is showing the “burger” icon wrapped in “<span>” tags. The latest version of the theme should wrap the icon in “<button>” tags. Also, if you a caching plugin installed, make sure you clear your cache.

    I recently pushed an update for the theme. Once approved by WordPress, the theme will be available to update again.

    Thread Starter hbee

    (@heatherbodlak)

    It’s strange… because I did just update it.
    could it be because I am using a child theme, and maybe one of the files there is causing a conflict? which file would that code be in?

    That’s possible. The code would be in the header.php file. You would need to change the following:

    <span class="menu-toggle">...</span>

    To:

    <button class="menu-toggle">...</button>

    So, just change the span tags to button tags for the menu toggle. Thanks!

    Thread Starter hbee

    (@heatherbodlak)

    Ok, I found that and changed it, and it worked for the full site (viewed on browser)… However, now it doesn’t appear on the mobile version!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove "burger" icon above menu on full-width site’ is closed to new replies.