Hello everyone i hope all are good.I use dawn theme so how can i make those icons with hover color.They are black i want all of them to be with hover color #c4a484
Hi @VisarK . Follow these steps to get it done.
- Go to Online Store > Themes > Edit Code (Gear Box)
- Find base.css or theme.css
- Add below code at the end of the file.
.header__icons svg:hover{
color: #c4a484 !important;
}
Hope, it will work.
Thank you a lot @farantariq93 it works
You’re welcome!
1 Like
