This topic has 2 replies, 2 voices, and was last updated 1 years, 3 months ago ago by Rose Tyler
For mobile panel – Is it possible to fill the icon w colour on hover? So the whole icon fills with white. Thanks for assistance.
Hello, Nicolo,
Thank you for getting in touch with us.
Ony color can be changed like this: https://prnt.sc/CqsIKX35B-gq
by adding the next code in Theme Options > Theme Custom CSS > Global:
.et-mobile-panel .et_column:hover svg {
fill: red;
}
.et-mobile-panel .et_column:hover {
color: red;
}
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up