#193009
 Kieran_SQ
Moderator

Hi,

To change the color, background-color and border-color for the ‘Create my account’ button within the register modal please use the below CSS

COPY CODE
#register_form button#signup {
    background-color: #540b4a;
    border-color: #540b4a;
    color: #ffffff;
}

Adjust the # values to suit your needs and Ctrl+F5 to see the changes on the front-end

Kieran.

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

Log in with your credentials

Forgot your details?