• Resolved bini01

    (@bini01)


    Hi,

    How to make the woocommerce cart icon into a bigger one

    Thank you
    Bini

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @bini01!

    You can use some CSS code to make it bigger. The following should help:

    .chariti-main-menu-cart i {
        font-size: 100px;
    }

    You can add that CSS code to the “Additional CSS” section found in your customizer view. Remember to replace the 100px with your own preferred size.

    Cheers!

    Thread Starter bini01

    (@bini01)

    Hi @rynald0s,

    Thank you so much. It is perfectly worked out. You saved my day:)

    Once again thank you.

    Cheers,
    Bini

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cart icon resize’ is closed to new replies.