Your account expired support, please renew to get your support.
Topic Resolution: Resolved
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #31974
    johnolsen
    Support Expired

    Hi how can I change the shopping basket icon on the right top corner

    #31995

    Hi,

    We are fixing this icon for cart item. To change this icon you will have to change it with custom CSS.
    Here are the icons we support: http://demo2.pavothemes.com/bookory/icons/, please select the icon and let me know so I can help you change it

    #32014
    johnolsen
    Support Expired

    Thank you,

    Can you change it to:

    .bookory-icon-sold

    Thanks in advance

    #32031

    Hello,

    I can’t login to the admin dashboard, please add this custom CSS code to the file style.css ( child-theme):

    .site-header-cart .cart-contents::before{
         content: "\E046" !important;
    }
    #32268
    johnolsen
    Support Expired

    Hi thank you so much,
    However when I first tried this code, it worked, but today it doesn’t seem to function
    Can you please check.

    (I have updated your support password, you can see it in the previous support question)

    #32280

    Please delete all caches and recherck.

    #32950
    johnolsen
    Support Expired

    Hi question,

    I wanted to change the shopping cart icon to .bookory-icon-shopping-cart
    But I couldn’t figure out how your got the code: “\E046”

    I actualy wanted a more simple shopping back icon likewise https://www.montblanc.com/en-nl, but then in the same styling (thickness), but this icon was not in the icon list you provided earlier.

    I hope you can help me out.

    #32959

    Hi,

    Please check and send the admin web account for me again, I will check and try to help you.

    #32991
    johnolsen
    Support Expired
    This reply has been marked as private.
    #33003

    I still can’t login to the admin dashboard, please add this custom CSS to the file style.css( child-theme):

    .site-header-cart .cart-contents::before {
        content: "" !important;
        background-image: url(https://www.montblanc.com/ytos/resources/MONTBLANC/svg/v2/icons/shopping-bag.svg);
        display: inline-block;
        width: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        height: 20px;
    }

    download this svg image: https://www.montblanc.com/ytos/resources/MONTBLANC/svg/v2/icons/shopping-bag.svg
    then upload to your site and get the link and replace link “https://www.montblanc.com/ytos/resources/MONTBLANC/svg/v2/icons/shopping-bag.svg”

    #33260
    johnolsen
    Support Expired

    Great, It work fluently!!!!

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

You must be logged in to reply to this topic.