• Resolved newguy321123

    (@newguy321123)


    The plugin is fantastic. Thank you.

    I’ve been using Inspect Element to try to find how to how to shrink the circle of icon, but have found a way.

    Could you please advise?
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author mytrinh

    (@mytrinh)

    Hello @newguy321123,
    Do you want change the size of sidebar cart icon? https://prnt.sc/qcf086
    Please copy and paste the below code into ‘Custom CSS’ in customize:

    .vi_wcaio_mini_cart_sidebar_icon{
    transform: scale({the_size}) !important;
    }
    .vi_wcaio_mini_cart_sidebar_icon.vi_wcaio_mini_cart_sidebar_icon_hover1{
    transform: scale({the_size}) !important;
    }

    Ps: transform: scale(1) is the default setting.

    Regards

    • This reply was modified 5 years, 2 months ago by mytrinh.
    Thread Starter newguy321123

    (@newguy321123)

    Works perfectly.
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to edit size of Sidebar icon circle’ is closed to new replies.