Change Sign in Widget Background and buttons
-
Hi,
Could you please provide CSS for changing background color and text color of highlited parts in image attached? They are marked with red and blue.
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .login-form-side .widget-heading {
background-color: red;
}
body .login-form-side .widget-heading .widget-title {
color: black;
}
body .login-form-side .widget-heading .widget-close{
color: black;
}
body .cart-widget-side .widget-heading .widget-close:after,
body .cart-widget-side .widget-heading .widget-close:before,
body .login-form-side .widget-heading .widget-close:after,
body .login-form-side .widget-heading .widget-close:before {
background-color: yellow;
}
body .login-form .form-row .button{
border: 2px solid green;
background-color: green;
color: #000;
}
Replace the colors as per your needs.
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards