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.
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.
Thank you very much, amazing 😀
-
This reply was modified 5 years, 10 months ago by
patrykpl.