How to change Mobile bottom navbar cart icon
-
I want to change Mobile bottom navbar cart icon.
when replace it with custom button hidden right sidebar cart not showing. I need this fuction and different cart icon.
https://ibb.co/Cbc3P4L
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woodmart-toolbar .woodmart-shopping-cart.woodmart-cart-alt .woodmart-cart-icon::before {
color:transparent;
width:30px;
height:30px;
background-image:url(http://web.net/wp-content/uploads/2021/01/Icon.svg);
background-position:center center;
background-size:contain;
background-repeat:no-repeat;
}
Please replace the image URL with yours.
Best Regards
Hello,
Thank you! It works perfectly!
I want to change these icons too can you help me these two?
https://ibb.co/HhWszbJ
https://ibb.co/cJJzKR6
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-add-btn-replace .add-to-cart-loop:before {
content:'';
width:30px;
height:30px;
background-image:url(http://web.net/wp-content/uploads/2021/01/Icon.svg);
background-position:center center;
background-size:contain;
background-repeat:no-repeat;
}
Best Regards
Another staff helped on another post but thank you!
You are welcome! If you have any questions please feel free to contact us.
Best Regards