Jump to content

How to change register button text in header


Recommended Posts

To change the Sign Up to “Register”

ACP> Customizations button> Languages> Click the globe icon>

Enter “Sign Up” in the search box

Scroll down to Sign Up

Change to Register   (or whatever you want)

 

To color the sign in button

ACP> Customizations button> Theme </>> CSS tab> custom.css

Add the code and change the color to whatever you want–

/**
*changes the color of the register button
*/
#elUserNav > li > a#elRegisterButton {
  background-color: #64C463;
}

 

Edited by Genestoy
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...