x

How do I change the button color for 'Register' on Weebly Business?

I have a weebly business page that I'm starting and the whole website is pink except for the 'Register'  button and text on the Log In|Register tab. How can I change this? Or does anyone know the code so I can change it myself?

1,170 Views
Message 1 of 3
Report
1 Best Answer

Best Answer

Try adding this to the bottom of main-style.css if you've already customized your theme:

.btn-info.btn-com
{
	background: #ff81da !important;
	text-shadow: none !important;
	border: none !important;
}

.wsite-membership-box a, .wsite-membership-box a:hover
{
	color:#ff81da !important;
}

View Best Answer >

1,264 Views
Message 4 of 3
Report
2 REPLIES 2

Best Answer

Try adding this to the bottom of main-style.css if you've already customized your theme:

.btn-info.btn-com
{
	background: #ff81da !important;
	text-shadow: none !important;
	border: none !important;
}

.wsite-membership-box a, .wsite-membership-box a:hover
{
	color:#ff81da !important;
}
1,265 Views
Message 4 of 3
Report

This worked! Thank you!
1,121 Views
Message 4 of 3
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.