header Logo not entirely clickable

header Logo not entirely clickable

slidein_india
Excursionist
27 1 3

Hi,

 

My logo in the header is not entirely clickable. It's clickable only on the top edge and bottom edge of the circle. I want the entire logo to be clickable. even the centre. This issue is only happening on the desktop not on the mobile. 

 

www.slidein.co.in

 

i'm using the dawn theme.

Replies 4 (4)

DaisyVo
Shopify Partner
4414 489 582

Hi @slidein_india 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

h1.header__heading {
    z-index: 50 !important;
}

 

 
I hope this helps
 
Best,
 
Daisy
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
slidein_india
Excursionist
27 1 3

Hi DaisyVo,

 

It has partially solved it but not entirely as the given code solves the logo being clickable but the menu item to the left and right of the logo are not entirely clickable...especially the letters that are closer to the logo.

slidein_india
Excursionist
27 1 3

Also, this code only works for the logo on the homepage and not on every page within the website. 

slidein_india
Excursionist
27 1 3

works perfectly but again, only on the homepage. How do I make it work on every page within the website?