Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Change logo color when hover on header

Solved

Can I change my header logo color to #900c3f on hover?

Gustavo1105
Excursionist
18 0 5

I want the logo on my header to change to #900c3f when hover, is that possible?
imagem_2023-09-06_030600264.png

 

Site Link

Accepted Solution (1)

dbuglab
Shopify Partner
473 51 51

This is an accepted solution.

Hi @Gustavo1105 

You have to upload the 2 logos and call them into the header.liquid file.
using css you can show second logo on hover.

If needed any help from my end please let me know.

Thanks
Dbuglab


banned

View solution in original post

Replies 3 (3)

dbuglab
Shopify Partner
473 51 51

This is an accepted solution.

Hi @Gustavo1105 

You have to upload the 2 logos and call them into the header.liquid file.
using css you can show second logo on hover.

If needed any help from my end please let me know.

Thanks
Dbuglab


banned

ZestardTech
Shopify Partner
5911 1067 1413

Hello there,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

.header__icon .icon:hover {
color: #900c3f;
}
.header__heading-logo {
filter: grayscale(100%);
transition: filter 0.3s, color 0.3s;
}
.header__heading-logo:hover {
filter: none;
color: #900c3f;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
CharBar93
Excursionist
15 0 2

Hello

I am using Monaco theme.

How do I change the header logo on hover?

 

I have an overlay header.

 

Which is only stick when scrolling up.

 

Despite it being overlay, when I am full scrolled up in idle mode (not scrolling) and I hover on my transparent overlay header, a white header background appears - which I don't necessarily want. 

 

But if it has to stay, then I would like the logo to change to black colour so that you can see it (I have the logo saved in my files really to be called into the theme code).

 

Thanks for your time 🙂

 

https://londonfermentary.myshopify.com/

Password: transfer