Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #1152374

    Hi!

    Is it possible to change the basketcase symbol?

    All the best :-)

    #1152465

    Hey vollstark,

    Please have a look here
    https://stackoverflow.com/questions/53081968/woocommerce-change-shopping-cart-icon

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1152619

    Hi!

    I took this code but it doesn´t work :-( I don´t know why. Maybe it has to be in the custom.css? Not in the quick css?

    .site-header-cart .cart-toggler .cart-contents {
    	content: '';
    	background: url('https://www.myurl.de') no-repeat center center;
    	background-size: contain;
    	width: 20px;
    	height: 20px;
    	margin: -2px -4px;
    	display: inline-block;
    }
    #1152766

    Hi vollstark,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1152789

    No problem :-)

    My website ist http://www.vollstark.de

    All the best.

    #1152857

    Hi vollstark,

    This is the css selector and the code for your cart:

    
    .header_color .cart_dropdown_first .cart_dropdown_link span:before {
        content: 'CART';
    }
    

    The text is just for the sake of showing what will happen, you need to adjust the code to suit your needs.
    Best regards,
    Victoria

    • This reply was modified 5 years ago by Victoria.
    #1152955

    Ah!

    I take this one. It works :-) Now I have to do finetuning :) Thanks!!!!

    .header_color .cart_dropdown_first .cart_dropdown_link span:before {
        content: 'CART';
    	background: url('https://vollstark.de/....jpg') no-repeat center center;
    	background-size: contain;
    	width: 20px;
    	height: 20px;
    	margin: -2px -4px;
    	display: inline-block;
    }

    All the best!

    • This reply was modified 5 years ago by vollstark.
    #1153108

    Hi!

    It doesn´t work like I want ;-)

    Now I have two icons and no number of items :-(

    https://www.dropbox.com/s/ya8rfs9cjw104i8/basket.png?dl=0

    #1153299

    Hi vollstark,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Please share the exact code you tried adding.

    Best regards,
    Victoria

    #1153462

    Hi!

    I tried this one:

     .header_color .cart_dropdown_first .cart_dropdown_link span:before {
        content: ' ';
    	background: url('https://vollstark.de/wp-content/uploads/basket-icon_vollstark.png') no-repeat center center;
    	background-size: contain;
    	width: 40px;
    height: 40px;
    	margin: 20px 40px;
    	display: inline-block;
    }

    My new basket icon is a Entypo icon as well can I use that?

    #1153541

    Hi!

    How can I use a fontello icon as basket?

    All the best

    #1153642

    May you help me?

    #1154746

    Hi,

    Can you pelase define what you mean ” as basket ” it is not clear for us.

    Best regards,
    Basilis

    #1154750

    Hä!?

    I mean the basket case icon on every page.

    All the best.

    #1154941

    Hi vollstark,

    Did you upload the appropriate fontello icon to your website?

    Please have a look at the following thread:
    https://kriesi.at/support/topic/change-woocommerce-cart-icon-to-custom-fontello-icon/

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1154959

    Hi!

    fine. that works 90% :-)

    I use this code:

    #top .cart_dropdown_link > span:before {
        font-family: 'test';
        content:'\e801'!important;
    }

    But there are two Icons (I only need one!) and how can I change the size?

    You can have a look: https://vollstark.de

    All the best!

    • This reply was modified 5 years ago by vollstark.
    #1154996

    Hi vollstark,

    https://cl.ly/2d4a74b66fb6 I only see the default one, did you remove the code?

    Best regards,
    Victoria

    #1155035

    No I didn´t.

    On my cellphone, I see the default one as well until I put something in the basket. Hm…

    https://www.dropbox.com/s/3vtem64gng713mg/new_basket_case.png?dl=0

    • This reply was modified 5 years ago by vollstark.
    #1156251

    Hi,

    Thank you for the update.

    You should replace the above css code with the following code.

    #top .cart_dropdown_link span[data-av_icon]::before {
        content:'\e801'!important;
    }

    This will apply the icon only to the actual cart icon container, but not to the cart counter.

    Best regards,
    Ismael

    #1156421

    Cool! That’s what I want :)

    Is it possible to set the size of the Icon? It is to small ;-)

    All the best

    #1156666

    Hi,

    Thanks for the update. Please try this CSS to make the icon larger:

    .cart_dropdown_link span {
        font-size: 40px;
    }

    Best regards,
    Rikard

    #1156675

    Hi!

    Cool :-) That works :-)

    I have another topic ;-)
    Can I move the circle with the amount of thing in the basket?

    https://www.dropbox.com/s/22ltvw1u9tqme5k/basket_icon_move.jpg?dl=0

    My code is:

    #top .cart_dropdown_link span[data-av_icon]::before {
    font-family: 'test';
    font-size: 35px;
        content:'\e801'!important;
    }
    #1156944

    Hi vollstark,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .av-cart-counter {
        top: 42%;
        left: 65%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1156985

    Hi!

    That is great. That works absolutely fine! :-)

    Thank you very much!!!

    All the best!

    #1157085

    Hi!

    That is strange :-( It only works when I am logged in as Admin.

    Have you any idea for that?

    All the best!

    #1157105

    Hi,

    Yes, then it’s very likely due to caching. I see that you have a caching/minification plugin active, try clearing that.

    Best regards,
    Rikard

    #1157145

    Hi!

    Great, now it seems good :-)

    Thanks a lot :-)

    #1157400

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 28 posts - 1 through 28 (of 28 total)
  • You must be logged in to reply to this topic.