Title: Removing Text Shadow
Last modified: March 17, 2022

---

# Removing Text Shadow

 *  Resolved [roguemediagrp](https://wordpress.org/support/users/roguemediagrp/)
 * (@roguemediagrp)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/removing-text-shadow/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremoving-text-shadow%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [adamcroft](https://wordpress.org/support/users/adamcroft/)
 * (@adamcroft)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/removing-text-shadow/#post-15471103)
 * Add this to custom CSS:
 * `p {text-shadow: none !important;}`
 *  Plugin Support [Muhammad Arslan](https://wordpress.org/support/users/wparslan/)
 * (@wparslan)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/removing-text-shadow/#post-15471408)
 * Hi [@roguemediagrp](https://wordpress.org/support/users/roguemediagrp/) and [@adamcroft](https://wordpress.org/support/users/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](https://d.pr/i/F6OurT).
 * [@adamcroft](https://wordpress.org/support/users/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](https://wordpress.org/support/users/roguemediagrp/)
 * (@roguemediagrp)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/removing-text-shadow/#post-15503571)
 * 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!
 *  [Zainab Afaq](https://wordpress.org/support/users/wpzainab/)
 * (@wpzainab)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/removing-text-shadow/#post-15509671)
 * Hi [@roguemediagrp](https://wordpress.org/support/users/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](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.

 * ![](https://ps.w.org/login-customizer/assets/icon-256x256.png?rev=2455454)
 * [Custom Login Page Customizer](https://wordpress.org/plugins/login-customizer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/login-customizer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/login-customizer/)
 * [Active Topics](https://wordpress.org/support/plugin/login-customizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/login-customizer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/login-customizer/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [Zainab Afaq](https://wordpress.org/support/users/wpzainab/)
 * Last activity: [4 years, 1 month ago](https://wordpress.org/support/topic/removing-text-shadow/#post-15509671)
 * Status: resolved