I would like to have a ticker outline when I hover the cart + customer account icons? Please let me know if you have a solution.
pass: shiznitz
A user seeks CSS code to add a thicker border/outline when hovering over cart and customer account icons in their store header.
Resolution:
.header__icon .icon:hover {
stroke: black;
}
This CSS targets header icons and applies a black stroke on hover, creating the desired outline effect for cart, account, and search icons.
I would like to have a ticker outline when I hover the cart + customer account icons? Please let me know if you have a solution.
pass: shiznitz
Hi @lplabranche
I already reply on your other post.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks! Would you be able to make it affect the search icon as well by any chance?
EDITED* nevermind, figured it out myself, If anyone else wanted to know:
.header__icon .icon:hover {
stroke: black;
}