Home Forums Basel support forum Quick questions

Quick questions

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

    sweanton
    Participant

    Hello there,

    I have two quick questions. Is it possible to switch the cart icon to something custom and to create a cut with a different color over the cart section?
    See attached screenshot to get an idea what I mean.

    Sincerely,
    Anton

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

    Artem Temos
    Keymaster

    Hi,

    We are sorry, but this task requires additional code customization and we don’t have a quick solution for this.

    Kind Regards

    #18905

    sweanton
    Participant

    Not even changing the cart icon?

    #18919

    Artem Temos
    Keymaster

    It is possible to change the icon with CSS. What kind of icon do you want to set there?

    #18937

    sweanton
    Participant

    Just a custom icon! Change the standard icon to something of our own! Is that hard?

    #18944

    Artem Temos
    Keymaster

    No, it is not hard and we are able to help you with a Custom CSS. Please, provide the icon you want to set there.

    #20835

    sweanton
    Participant

    Hello,

    Sorry for very late reply!

    See attached for the icon!

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

    Bogdan Donovan
    Keymaster

    Hi,

    Upload White_bottlebag.svg icon to your media library, replace your site icon URL in the code snippet below and add the following code to the Custom CSS area in Theme Settings.

    body .icons-design-line .shopping-cart.basel-cart-alt > a:before {
    	content: "";
    	background-image: url(http://yoursiteurl/uploads/2017/01/White_bottlebag.svg);
    	background-size: 30px 30px;
    }

    Regards

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