Title: Login Button Hover Text
Last modified: October 24, 2019

---

# Login Button Hover Text

 *  Resolved [sapphirewolf](https://wordpress.org/support/users/sapphirewolf/)
 * (@sapphirewolf)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/login-button-hover-text/)
 * Hello,
 * So when using the Customizer, there are options to change all of the colors of
   the button, EXCEPT the hover text color, which for some reason is defaulted to
   orange. I want to change this color. Am I missing the option somewhere to do 
   this?
 * I am also not sure if I can control this via CSS. I tried a couple of methods
   but it didn’t seem to work even after I published and went to the live version
   of the page, nor when I reloaded the customizer.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flogin-button-hover-text%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Abdul Wahab](https://wordpress.org/support/users/abdulwahab610/)
 * (@abdulwahab610)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/login-button-hover-text/#post-12064006)
 * Hi, [@sapphirewolf](https://wordpress.org/support/users/sapphirewolf/)
 * Sorry, there’s no option to change the **Button Text Color on Hover**. However,
   you can achieve this with custom CSS. Please add the following CSS snippet into
   LoginPress > Custom CSS/JS > Custom CSS section and change the color code whichever
   you want. [Helping Video](https://youtu.be/Pp8rq57TEyQ)
 *     ```
       .wp-core-ui #login .button-primary:hover{
           color: rgb(255,123,0);
       }
       ```
   
 * Thank you.
 *  Thread Starter [sapphirewolf](https://wordpress.org/support/users/sapphirewolf/)
 * (@sapphirewolf)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/login-button-hover-text/#post-12065579)
 * Perfect. Thank you for that.

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

The topic ‘Login Button Hover Text’ is closed to new replies.

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

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [color](https://wordpress.org/support/topic-tag/color/)
 * [hover](https://wordpress.org/support/topic-tag/hover/)
 * [login](https://wordpress.org/support/topic-tag/login/)
 * [text](https://wordpress.org/support/topic-tag/text/)

 * 2 replies
 * 2 participants
 * Last reply from: [sapphirewolf](https://wordpress.org/support/users/sapphirewolf/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/login-button-hover-text/#post-12065579)
 * Status: resolved