Tagged: login, Register, styles, woocommerce
Hi,
is there any chance to get the Woocommerce Login/Register page in style? I’ve already installed the extension for Kriesi themes but it did not help.
I would like to have the headlines without capitals and more like the headlines of a blog post. Anf of course, I don’t want to see the buttons overlapping the box borders.
Thanks for your help!
Hi Oliver!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
.woocommerce #customer_login h2 {
text-transform: initial;
margin-top: 10px;
margin-left: 20px;
}
.woocommerce div#customer_login .col-2 form {
padding-bottom: 60px;
}
Cheers!
Ismael
Perfect. Thanks Ismael!