Hi,
I am looking to change the color of the hover for all the icons ( Social media, cart, and account icons ) to white. I am using the Dawn theme.
The website is : almahadesign.com
May you please support on that
Hi,
I am looking to change the color of the hover for all the icons ( Social media, cart, and account icons ) to white. I am using the Dawn theme.
The website is : almahadesign.com
May you please support on that
@ALMaha-Design - what color do you want on hover?
White
@ALMaha-Design - add this css to the very end of base.css file and check
.list-social__item path:hover{color: #fff;}
.header__icon .icon path:hover{color: #fff;}
Sorry I have added it on the end of the base.css however still not active
@ALMaha-Design - try this
.list-social__item .icon:hover{color: #fff;}
.header__icon .icon:hover{color: #fff;}
Thank you for your help it works fine now