This topic has 2 replies, 2 voices, and was last updated 4 years, 10 months ago ago by Rose Tyler
Hi, Is there any option available to update the dropdown icon color to any desired color. Right now its somehow grey color. Basically I need to update the dropdown color to white
Please advise.
Thanks
Hello,
Try to add the next code in Theme Options > Theme Custom CSS > Global custom CSS:
.menu-item-has-children > a > .arrow {
fill: white;
height: .7rem;
width: .7rem;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up