Solved

Cart Icon in Header Disappears when hover over it - any ideas why?!

itsallwhite
Visitor
3 1 0

On our website, https://www.breezemobiity.com.au, the cart icon in the header (to the right of the search bar) disappears when you hover over it.

I've tried to work out what's causing it but I'm stuck! 

I'm assuming there's some incorrect CSS there or a setting I've missed but I'm at a loss with this one.

The website is using Superstore theme by Pixel Union

Any help would be much appreciated! 

Accepted Solutions (2)

diego_ezfy
Shopify Partner
2958 568 891

This is an accepted solution.

Do this to fix it in 20 seconds:

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

.site-header-icon:hover{
    color: #164479 !important;
}



Please let me know whether it works.

Kind regards,
Diego

View solution in original post

itsallwhite
Visitor
3 1 0

This is an accepted solution.

Hello Diego, thank you so much - yes it worked perfectly and you were right it only took 20 seconds! Thank you so much - I really appreciate it. I had spent ages trying to work out what was going on. I'm having a look at your website now, we are looking for some help to optimize our theme. Thanks again!

View solution in original post

Replies 2 (2)

diego_ezfy
Shopify Partner
2958 568 891

This is an accepted solution.

Do this to fix it in 20 seconds:

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

.site-header-icon:hover{
    color: #164479 !important;
}



Please let me know whether it works.

Kind regards,
Diego

itsallwhite
Visitor
3 1 0

This is an accepted solution.

Hello Diego, thank you so much - yes it worked perfectly and you were right it only took 20 seconds! Thank you so much - I really appreciate it. I had spent ages trying to work out what was going on. I'm having a look at your website now, we are looking for some help to optimize our theme. Thanks again!