Delete arrows outlines in mobil menu and change color of them

Hey, how can I delete the outlines from the arrows in mobil menu?
And is it possible to change the color of this guys?

Thanks for help!

Link:

https://nakuev.de

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Assuming you want to change the appearance of rectangles, please add this CSSĀ in appearance - customize - additional CSS:

@media (max-width: 991px){
.shapely-dropdown {
border: 1px solid;
border-color: green;
}
}

if you want to hide it change the border to 0 px :slight_smile:

Thanks!
Colorlib Support Team