robbienorris 0 Report post Posted September 28, 2011 On www.pleaseaddsalt.com I have a SUBSCRIBE button and email entry box under my branding. I am trying to manipulate it so that the SUBSCRIBE button replaces the text "Email Address". Is this possible? Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted September 28, 2011 Hi Robbie, Try this, add the code below to your CSS Rules located in Platform Settings --> Custom Code [code]#mc_signup_form .mc_var_label { display: none !important; } #mc_signup_form .mc_input { float: left !important; margin: 0 5px !important; }[/code] Please search our forums, before posting! Share this post Link to post Share on other sites