Home Forums WoodMart support forum How to change Mobile bottom navbar cart icon

How to change Mobile bottom navbar cart icon

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #259135

    YasinKsmG
    Participant

    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

    #259191

    YasinKsmG
    Participant

    Help still needed please

    #259197

    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

    #259212

    YasinKsmG
    Participant

    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

    #259377

    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

    #259505

    YasinKsmG
    Participant

    Another staff helped on another post but thank you!

    #259527

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 7 posts - 1 through 7 (of 7 total)