hibbsy78+ 24 Report post Posted May 31, 2012 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 547 Report post Posted May 31, 2012 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+ 24 Report post Posted May 31, 2012 Thank you Rangelone! Share this post Link to post Share on other sites