Home Forums WoodMart support forum How to change the shopping cart icon?

How to change the shopping cart icon?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #326050

    DavidShawn
    Participant

    How to change the shopping cart icon? like this one

    Attachments:
    You must be logged in to view attached files.
    #326072

    Hello,

    This is possible with custom CSS, what icon do you want to have instead?

    Best Regards

    #326125

    DavidShawn
    Participant

    some one like “link icon”

    #326196

    Hello,

    Please provide the icon URL I will give you the custom CSS.

    Best Regards

    #326206

    DavidShawn
    Participant
    #326441

    Hello,

    You need to upload your icon to the Media library, then take the image URL and replace it in the custom CSS.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wd-add-cart-icon>a:before {
        display:none;
    }
    body .wd-add-cart-icon>a {
        background-image:url(https://z9d7c4u6.rocketcdn.me/wp-content/uploads/2016/09/brand-Rosenthal.png);
        background-size:90%;
        background-position:center center; 
        background-repeat: no-repeat;
    }

    Best Regards

    #326446

    DavidShawn
    Participant

    It worked! Thank you very much!

    #326529

    We are always happy to help you, write to us when you have any difficulties or issues with our theme.

    We would be grateful for 5 stars rate on http://themeforest.net/downloads in case you are satisfied with our theme and customer service

    Thank you in advance

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

The topic ‘How to change the shopping cart icon?’ is closed to new replies.