• Resolved etradam

    (@etradam)


    There’s a blue outline around the login button and the fields when you click into them is there a way to change that because I have checked over my settings about 7 times and I have no colors that are set to blue.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    Hi, etradam,

    I am giving you a CSS, please add this CSS code in the plugin’s custom CSS. You will find it here:

    Admin Custom Login > Login Form Setting > Custom CSS

    .wp-core-ui .button-primary, .wp-core-ui .button-primary {
    box-shadow: 0 1px 0 #444444, 0 0 2px 1px #444444 !important;
    }
    .wp-core-ui .button-primary.focus, .wp-core-ui .button-primary:focus {
    box-shadow: 0 1px 0 #444444, 0 0 2px 1px #444444 !important;
    }

    Copy and paste the above code to custom CSS and if you want a different color, please replace the #444444 with your desired color code, and save it.

    Please notify us after applying the above solution.

    Thank you.

    Thread Starter etradam

    (@etradam)

    Great Thanks!

    Plugin Support weblizar_support

    (@weblizar_support)

    Hello, etradam,

    You are welcome.

    If you like our support then, please give us a review.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Blue Outline’ is closed to new replies.