Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3044886
bigger header cart icon
Closed

Comments

  • meiyuan3dp started the conversation

    Hi, 

    I want to  change woocommerce cart icon size but I cannot find the adjustment in the customize.

    Can you give me some solution to that the cart icon become bigger in web and app view?

    Best regards

  •  2,489
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Logo & Header → Main Bar & Primary Bar: change the icon size at the "Font Size for Search, Shopping Cart Icons" option.

    Regards,
    PenciDesign.


  • meiyuan3dp replied

    Hi, thank you for your suggestion. But it didn't work for cart icon. 

    The soledad version  I used is  Version 8.1.2, and I'm not going to update yet.

    To give you a better understanding of my situation, I followed your suggestion and took a screenshot of the process.

    link 

    Could you tell me another method to change the size of cart icon?

    sincerely

  •   PenciDesign replied privately
  •   meiyuan3dp replied privately
  •  2,489
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .top-search-classes a.cart-contents > i, .top-search-classes.shoping-cart-icon > a > i,.top-search-classes > a > i {
        font-size: 22px;
    }

    Change 22px with the icon size you want to show.

    Regards,
    PenciDesign.



  • meiyuan3dp replied

    Thank you, the problem was solved.