Arrow menu unreadable

Hi there,
I am using the Shapely theme, however since the last update a menu button (little arrow) has become a unreadable font (little square) on computer (it’s ok on mobile). How do I make the menu arrow come back ?
website url: [https://charleneriou.fr/]
Any help would be greatly appreciated!

Hey there

Please add this css code in the Appearance > Customize > Additioanall css:

.shapely-dropdown {
display: inline;
}
.dropdown:after {
display:none
}

1 Like

Thank you so much for your quickness.
The arrow is come back ! … But too close to ''Ma démarche".
Do you have an idea for that ?
Thanks. Have a great day.

Hi there

Lets modify your css code to this:

.shapely-dropdown {
    display: inline;
    margin-left: 7px;
}

Regards

Everything is ok now. Thanks a lot.
Best regards.

Thank you too and have a nice day :slight_smile: