Home › Forums › WoodMart support forum › Add the word ‘Cart’ › Reply To: Add the word ‘Cart’
May 23, 2022 at 9:36 am
#377905
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-header-cart.wd-tools-element.wd-event-hover a::before {
content: “Cart “;
margin-right: 7px;
font-size: 17px;
font-weight: bold;
}
Best Regards