Site logo

Archived topic

How to change the cart-icon? WooCommerce, GP, GB

7 replies · Started by Sascha on March 27, 2022

Viewing posts 1–8 of 8

I assume you mean the blue radius corner box around the icon ?
Of so can you share a link to your new site where i can see the icon ?

OK - so don't change anything.
Just add this CSS:

.main-navigation .menu-bar-item .shopping-cart {
    background-color: #253A89;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    padding: 6px;
    line-height: unset;
}

Awesome, thanks!

You're welcome

This archived topic is closed to new replies.