Solved

Header text effect color on click - Athens Theme

David123123
Shopify Partner
71 0 9

Is there a way to make it so that the menu header when clicked it stays on blue color (like the hover effect and underline border) depending on the page? Ex: if i click on catalog i want the underline border +  the color blue of the hover to be active, etc.

shop name is : artgex.myshopify.com and pass is Superpowers123

 

menucustom.jpg

 

 

Accepted Solution (1)

ZenoPageBuilder
Shopify Partner
1052 203 217

This is an accepted solution.

Hello @David123123 

In Shopify Admin, you can go to Edit theme code, open file base.css and add this code snippet at the bottom

.navigation-main-item .current {
    color: #2E9AFE;
}

 

 

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com

View solution in original post

Replies 3 (3)

ZenoPageBuilder
Shopify Partner
1052 203 217

This is an accepted solution.

Hello @David123123 

In Shopify Admin, you can go to Edit theme code, open file base.css and add this code snippet at the bottom

.navigation-main-item .current {
    color: #2E9AFE;
}

 

 

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com

GemPages
Shopify Partner
5588 1261 1207

Hello @David123123 ,

 

I checked your page and found that it has worked as you want.

GemPages_0-1670316536044.png

 

Did you fix it yourself? It's perfect.

 

I hope I can help you the next time.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
David123123
Shopify Partner
71 0 9

Yes!! thank you so muchhhh everyone : )!!