cart

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #153009

    twococlothing
    Participant

    Is it possible to insert your own commodity symbol or image in the theme?
    If so, can you show me how to do that?

    #153016

    Hello,

    Your question is not clear enough. Where do you want to insert the image, please provide the page URL and place.

    Best Regards

    #154450

    twococlothing
    Participant

    Hello, I would like to see the cart Icon Erszetne with its own icon, can you please show me how it works.

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

    Hello,

    You can choose any icon from this source and I will provide CSS https://fontawesome.com/v4.7.0/icons/

    Best Regards

    #155915

    twococlothing
    Participant

    I would like to use my own created icon. Can you show me how that works?
    You can find the picture attached to it.

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

    Hello,

    Upload the image to the Media library and add this code to the Theme Settings > Custom CSS:

    body .wrapp-header .right-column .shopping-cart > a:before {
        content: "";
    	 background-image: url(http://web.net/wp-content/uploads/2017/02/basic_paperplane-1.svg);
    	background-size:contain;
    	background-repeat:no-repeat;
    }

    Best Regards

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