Home › Forums › WoodMart support forum › Change Icon On My_Account Dashboard › Reply To: Change Icon On My_Account Dashboard
Benson82
body .woodmart-my-account-links .gift-cards-link a:before {
content: ” “;
background-image: url(https://www.curvy-is-sexy.com/wp-content/uploads/2021/01/Icon_MyAccount_GiftCard_Grey_One.svg) !important;
background-image: height:50px !important;
background-position: top center !important;
background-repeat: no-repeat !important;
width: auto;
min-height:50px;
}
body .woodmart-my-account-links .gift-cards-link a:befor:hover {
content: ” “;
background-image: url(https://www.curvy-is-sexy.com/wp-content/uploads/2021/01/Icon_MyAccount_GiftCard_Black_One.svg) !important;
background-image: height:50px !important;
background-position: top center !important;
background-repeat: no-repeat !important;
width: auto%;
min-height:50px;
}