Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @patrykpl,

    You have a big padding set for your buttons. I changed it and now it looks good: https://prnt.sc/thg33r

    Please add the following code in Customize -> Additional CSS:

    a.button.checkout.wc-forward {
        padding: 15px 10px;
    }

    Hope that helps!

    • This reply was modified 5 years, 10 months ago by Betty.
    Thread Starter patrykpl

    (@patrykpl)

    Thanks @betydbr
    Now looks very good 🙂

    I have one more problem, I cant change cart color in settings.
    Maybe you know how to change it?

    https://prnt.sc/thk90y

    Add the following code in your Customizer -> Additional CSS but with your desired color instead:

    
    .header-bottom-inner .nv-icon svg {
        fill: red !important; 
    }

    It looks like you already used some custom CSS to add that grey color. If so, please delete that grey color before.

    Thread Starter patrykpl

    (@patrykpl)

    Thank you very much, amazing 😀

    • This reply was modified 5 years, 10 months ago by patrykpl.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Problem with menu cart’ is closed to new replies.