Dawn theme | Logo on Header not clickable when on other pages

Apparently Header logo is only clickable on load.

But when on other pages , its unclickable again.

I have added this code to solve the issue but it seems to only work on homepage upon refresh.

h1.header__heading {position: relative;    z-index: 100;} !important

https://fertile-ground.co/

Hi @parallelism23

This is Lucas from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

a[href=“/”] {

z-index: 999;

}

Hope that my solution works for you.

Best regards,

Lucas| PageFly

2 Likes

Thanks again @PageFly-Lucas ! You rock!

1 Like

Yeahhh! I am glad to be able to help you @parallelism23 :blush: