Drop Down Menu Arrows
-
Topic
-
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.
This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.
Tagged: main menu, nav menu, navigation menu
Hi,
Yeah sure, it can be done with CSS. The little arrows are done with an icon font. That means the color can be changed in the same way you would any text.
So in your inspector, you’d find the arrow in the left window with the HTML elements, and see the selector over in the right styles panel. Then using that in your custom CSS, you’d use the color
property to apply a custom color value, same as if it was a string of text.