Support Team
posted this
03 September 2018
Thank you for the credentials.
1) Headings on this page are H2 and take style set for Heading2 in Themler. Currently the size for h2 is 48px. You can change it under page design:
2) Since the login and register forms are autogenerated from WooCommerce code, I can only suggest adding custom CSS code to remove the extra space. Add the code either in Themler -> Home -> Settings -> Additional CSS or in wp-admin -> Appearance - >Editor -> style.css file:
.woocommerce-form-login label+br, .woocommerce-form-register label+br{
display:none!important;
}
Sincerely,
Gina
Themler Support
Thank you for the credentials.
1) Headings on this page are H2 and take style set for Heading2 in Themler. Currently the size for h2 is 48px. You can change it under page design:
!heading2.png!
2) Since the login and register forms are autogenerated from WooCommerce code, I can only suggest adding custom CSS code to remove the extra space. Add the code either in Themler -> Home -> Settings -> Additional CSS or in wp-admin -> Appearance - >Editor -> style.css file:
.woocommerce-form-login label+br, .woocommerce-form-register label+br{
display:none!important;
}
Sincerely,
Gina
Themler Support