Nav Menu logo not linking to home page

Hello,

I have 2 nav menus because the home page menu differs from the rest. But on the second nav menu, my logo wont link to the home page and idk why.


Here is my site Read-Only: [LINK]1
(how to share your site Read-Only link)

HI @Crystal_Sealey your flower icon is not active on:hover because is covered with absolutely positioned element Nav-container-home. There are several solutions depend on your approach.

  1. give element Logo-container z-index eg. 10, this will bring element on top.
  2. give position:relative to element Nav-container-home this will set this element after your Logo-container

Hope this will solve your request

Thank you so much! I went with the second option.