Jump to content

Featured Replies

Posted

Hi,

I'm hoping for some help, I'm struggling to find what template I need to edit to modify the register button?

Thanks
Alex

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

  • Author

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.

You did the wrong one--

 

sign,png.png

  • Author

Ah thank you

Recently Browsing 0

  • No registered users viewing this page.