Home Forums WoodMart support forum Add the word ‘Cart’ Reply To: Add the word ‘Cart’

#377905

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