Home Forums Basel support forum Change Sign in Widget Background and buttons

Change Sign in Widget Background and buttons

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #112851

    brachoeduardo510
    Participant

    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.
    #112964

    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

    #112975

    brachoeduardo510
    Participant

    Thank you so much!

    #113040

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)