Menu triangles are suddenly lost

Hi,
suddenly the small triangles on the main menu are lost. Instead of them little (lost?) symbols appear. Those triangles positioned right beside the menu titles which leads to the submenus … where are they gone? how do I get them back?

https://a-casaccio.cestudio.de (please note: the site is still under development)

Hey there

Plaese add this css code in the Appearance > Customize > Additionall css:

.dropdown:after {
    font-family: "Font Awesome 5 Free";
}

Regards

Thank you so much Noda,
but unfortunately the code as additional css doesnt bring back the missed triangles. They are only displayed in MacOs Safari. Firefox still shows something nor readable instead, and Chrome shows just the menu word but nothing beside.

Best
Chris

Hi Chris

Sorry about that, please try this code instead:

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

funny thing Noda,
now, after inserting the new code, there are to of this dropdown arrows, a big and a smaller one …

Hii

hahah, ok, lets add this code now, I hope this one is last:

.dropdown:after {
display:none;
}

thnx again Noda, now its all fine :slight_smile:

have a good day
Chris

That’s nice to hear :slight_smile: