I am having issues with adding a link to icon menu at the header on my Home Page | Community
Skip to main content

I am having issues with adding a link to icon menu at the header on my Home Page

  • July 3, 2021
  • 1 reply
  • 0 views

Check this page https://support.myxplora.com/hc/en-gb

I want to add adding a link to icon menu at the header on my Home Page. Can anyone help how to get to the code page on Zendesk and come to this HTML? Thanks

This topic has been closed for replies.

1 reply

Ifra
  • July 5, 2021

Wayne, I'm using Copenhagen Theme and adding a link in the icon menu at the header.

   <button class="menu-button" aria-controls="user-nav" aria-expanded="false" aria-label="{{t 'toggle_navigation'}}">
<a href="#"> // Add the URL, remove the hash (#)
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" focusable="false" viewBox="0 0 16 16" class="icon-menu">
<path fill="none" stroke="currentColor" stroke-linecap="round" d="M1.5 3.5h13m-13 4h13m-13 4h13"/>
</svg>
</a>
</button>

add this CSS code at the bottom of the stylesheet.

.nav-wrapper .menu-button a{
display:inline-block;
}

 

Or you can share the screenshot of your issue.

 

Team