Change Create Account Button Color

Posted in: Newsmag
Post count: 1

The Sign In/Join pop up doesn’t allow you to change the button background color around “Create Account” at the bottom of the Sign In/Join pop-up form. By default it’s the same color as the background, and the text for that button is the same color as the rest of the text in the form by default.

https://s27.postimg.org/ki4xkuowj/Screen_Shot_2017_01_14_at_11_50_07_PM.png

How can I change both the Create Account button background color so that it stands out from the form background, and change the Create Account button text color?

Post count: 23312

Hello jj14,

If you want to change the background color and the color for Create Account button you should use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.mfp-content #register-link{
color: red;
background-color: blue;
}

The result is here -> https://www.screencast.com/t/P0DtdsD5Q

Thanks for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.