Home › Forums › WoodMart support forum › Icons in My Account Page › Reply To: Icons in My Account Page
May 20, 2020 at 10:44 am
#196351
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-my-account-links .wholesaleorderinglink-link a:before {
content: " ";
min-height:60px;
display:inline-block;
}
body .woodmart-my-account-links .giftcards-link a:before {
content: " ";
min-height:60px;
display:inline-block;
}
body .woodmart-my-account-links .affiliate-area-link a:before {
content: " ";
min-height:60px;
display:inline-block;
}
.woodmart-my-account-links .wholesaleorderinglink-link a{
min-height:118.8px;
background-image: url(https://staging.bushido.ca/wp-content/uploads/2020/05/transportation.svg);
background-repeat: no-repeat;
background-size: 60px 60px;
background-position: center 10px;
}
.woodmart-my-account-links .giftcards-link a {
min-height:118.8px;
background-image: url(https://staging.bushido.ca/wp-content/uploads/2020/05/business.svg);
background-repeat: no-repeat;
background-size: 60px 60px;
background-position: center 15px;
}
.woodmart-my-account-links .affiliate-area-link a{
min-height:118.8px;
background-image: url(https://staging.bushido.ca/wp-content/uploads/2020/05/marketing.svg);
background-repeat: no-repeat;
background-size: 60px 60px;
background-position: center 10px;
}
Best Regards