Hover Color effect (menu icons), Maranello theme

Hello,

Is there a way to add a color effect on the maranello theme for when you hover the search/cart/etc icons? My shop is artfinia.com

Hi, @David123123
share website URL

Hello,

The website is as shown, artfinia.com

@David123123

add this code to your base.css file.

Navigate to the online store >> Click edit theme code.

Now find base.css and paste the following code:

.head-row-main svg path:hover{
  fill: #fbfb13 !important;
}

Hmm, sadly this did not work :disappointed_face: