• Resolved roguemediagrp

    (@roguemediagrp)


    Love the plugin, however there seems to be no way to remove the text shadow from the button text. Am I missing something?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Add this to custom CSS:

    p {text-shadow: none !important;}

    Plugin Support Muhammad Arslan

    (@wparslan)

    Hi @roguemediagrp and @adamcroft,

    Thank you for posting your issue here.

    The styling of the login button is fully customizable with the Login Customizer plugin.

    You can find the settings in Login Customizer -> Customizer -> Button -> Text Shadow.

    Here you can select the color of shadow and text along with other settings.
    Here is a helping screenshot.

    @adamcroft this approach is not good as it will remove the shadow of all p tags.
    However, if you want to use the custom CSS, here it is to hide the shadow of the login button.

    #login form .submit .button{
        text-shadow: none !important;
    }

    Just copy and paste this CSS in Login Customizer -> Customizer -> Custom CSS/JS -> CSS.
    Publish and enjoy.

    If you need any further assistance do let me know.

    Thank you.

    Thread Starter roguemediagrp

    (@roguemediagrp)

    Hi! I don’t want to change the color, instead I want to turn it off completely. There doesn’t seem to be a toggle option to do that, but the CSS code you provided worked perfectly.
    THANKS!

    Hi @roguemediagrp,

    It is good to know that the issue is sorted on your side. We will look forward to have your great feedback at https://wordpress.org/support/plugin/login-customizer/reviews/#new-post

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

The topic ‘Removing Text Shadow’ is closed to new replies.