list dropdown problem design of arrow

list dropdown problem design of arrow

UTOPIA-PARIS
Excursionist
50 1 8

I don't know why but the arrow of li dropdown don"t show itself correctly :

 

Capture d’écran 2024-12-25 à 15.17.27.png

 

Capture d’écran 2024-12-25 à 15.17.39.png

 

how can i fix that ?

 

theme: studio

url: https://utopia-paris.fr/

 

thanks !

Replies 5 (5)

DaisyVo
Shopify Partner
2303 283 329

Hi @UTOPIA-PARIS 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

summary .icon-caret {
    top: unset !important;
}
svg.icon.icon-caret {
    top: unset !important;
}

 

Here is the result: image_720.pngimage_720.png

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
UTOPIA-PARIS
Excursionist
50 1 8

Hey ! it work for the menu but don't for the svg icon cart of language choices

 

by the way on the collection page for the filter it's the same problem :

 

Capture d’écran 2024-12-25 à 15.27.44.png

WaitWhatWeb
Shopify Partner
20 1 5
summary .icon-caret {
    height: 0.6rem;
    top: calc(50% - 0.6rem);
}
digital life is rad
unless it’s designed bad
DaisyVo
Shopify Partner
2303 283 329

@UTOPIA-PARIS 

 

I updated you via the message and other thread, have you tried it?

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
UTOPIA-PARIS
Excursionist
50 1 8

hey ! it works but it seems that the arrow didn't move anymore in the hover mouse effect