Jump to content
Sign in to follow this  
hibbsy78

SoapBox colour..

Recommended Posts

hibbsy78

Hi, Please can you help, I am trying to change the soapbox link colour (currently orange). Looking through the forum I can only find the following which I added to my custom css but it hasn't resolved the issue.

Div.soapbox_links {
	    color: #23aae1 !important;
	}

Any suggestions? Cheers! John

Share this post


Link to post
Share on other sites
Rob
John, try removing "Div" from your css. However, you may also try this in your Custom Code > CSS Rules: [code]a.button, button.button, input.button, #review_form #submit { background: none repeat scroll 0 0 #FF9C07; border: 0 none; border-radius: 3px 3px 3px 3px; color: #FFFFFF !important; cursor: pointer; float: left; font-size: 12px !important; line-height: 1em !important; padding: 6px; text-align: center; text-decoration: none; vertical-align: middle !important; width: auto !important; }[/code] Change #FF9C07 to the color of your choice.

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
hibbsy78
Thank you Rangelone!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×