Hover effect on menu?

Solved

Hover effect on menu?

curator
Tourist
9 0 1

Trying really hard to make this work as it's the last thing I have to figure out.. I managed to make it so the secondary logo appears when the sticky header function is working and the background of the transparent header changed to white on hover but the logo remains the primary. Any help would be greatly appreciated, thank you 🙂

 

https://g95u25r5wnp5oqll-83068584245.shopifypreview.com

Accepted Solutions (2)

LuffyOnePiece
Shopify Partner
650 93 121

This is an accepted solution.

Hi @curator ,

 

Try adding below css to base.css file.

 

header:hover a.header__heading-link:not(.logo-ransparent) {
    display: block  !important;
}

header:hover a.header__heading-link.logo-transparent {
    display: none !important;
}

 

If you require further help to optimize or customize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
LuffyOnePiece

Sandeep Pangeni
Need help with your store? sandeeppangeni17@gmail.com
For quick response, Contact In WhatsApp +9779867521184

View solution in original post

LuffyOnePiece
Shopify Partner
650 93 121

This is an accepted solution.

Hi @curator ,

 

The above code does not change anything on mobile devices as the hover event doesn't exist in mobile devices. 

 

Can you please let me know what you need for the mobile devices?

 

Thank you

Sandeep Pangeni
Need help with your store? sandeeppangeni17@gmail.com
For quick response, Contact In WhatsApp +9779867521184

View solution in original post

Replies 7 (7)

LuffyOnePiece
Shopify Partner
650 93 121

This is an accepted solution.

Hi @curator ,

 

Try adding below css to base.css file.

 

header:hover a.header__heading-link:not(.logo-ransparent) {
    display: block  !important;
}

header:hover a.header__heading-link.logo-transparent {
    display: none !important;
}

 

If you require further help to optimize or customize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
LuffyOnePiece

Sandeep Pangeni
Need help with your store? sandeeppangeni17@gmail.com
For quick response, Contact In WhatsApp +9779867521184
curator
Tourist
9 0 1

Thank you a thousand times!!! You just made my day 🙂 

LuffyOnePiece
Shopify Partner
650 93 121

Hi @curator ,

 

Can you please like all the answers?

 

Have a good day !!

Sandeep Pangeni
Need help with your store? sandeeppangeni17@gmail.com
For quick response, Contact In WhatsApp +9779867521184
curator
Tourist
9 0 1

just did, please let me know if you are able to help with the colour of the menu icons on mobile.. it would be really really appreciated (see above)

curator
Tourist
9 0 1

Ahhhh I just noticed that the menu and shopping cart icon on mobile now show as black with the above code. If you know of anything simple that can be done to fix that it would be amazing if not I'll keep searching online and hope to find a solution 🙂 almost there so close

LuffyOnePiece
Shopify Partner
650 93 121

This is an accepted solution.

Hi @curator ,

 

The above code does not change anything on mobile devices as the hover event doesn't exist in mobile devices. 

 

Can you please let me know what you need for the mobile devices?

 

Thank you

Sandeep Pangeni
Need help with your store? sandeeppangeni17@gmail.com
For quick response, Contact In WhatsApp +9779867521184
curator
Tourist
9 0 1

My bad my friend I was looking at the wrong duplicate my eyes are tired!! Everything all good thank you again so much 🙂