Home › Forums › WoodMart support forum › Add content to the sign in sidebar? › Reply To: Add content to the sign in sidebar?
May 18, 2024 at 9:08 am
#566397
Hung Pham
Keymaster
Hi ahe.badri,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.login-form-side .title,
.login-form-side form.login:not(.hidden-form),
.login-form-side .create-account-question{
display: none !important;
}
Regards,