Jump to content

Recommended Posts

Posted (edited)

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
Posted

Thanks @Genestoy, I've tried the above but it doesn't work for the register button.

image.thumb.png.c29f0ac37e02eea747b26b671f5a88ea.png

I can change other text here no issues, and I've also tested by using the default IPB theme and it doesn't change the button text there either.

  • Recently Browsing   0 members

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