How can I change icon hover color to #c4a484 in Dawn theme?

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.

  1. Go to Online Store > Themes > Edit Code (Gear Box)
  2. Find base.css or theme.css
  3. 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