Home › Forums › WoodMart support forum › Remove Cart Icon in Sticky Menu › Reply To: Remove Cart Icon in Sticky Menu
February 26, 2019 at 9:47 pm
#109999
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.whb-sticked .woodmart-cart-design-5 {
margin-right: 5px;
display: none;
}
Best Regards