Hi there, My site is: www.eastmoleseytrees.com I would like to change the button colour on the front page from orange to a grey colour or #444d43 I also need to change the font colour on the sign up form section. Currently I have managed to change the font to #444d43 but it still has a wierd blue shadow. I would like to remove that and for it NOT to be in bold. I need to change the writing underneath to black and remove the blow shadow as well. Thanks, Charlie
Hi charlie! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .signup-text a span { display: none !important; } .signup-text .button1 { background: #444d43; margin-left: 0; border-radius: 12px; padding-left: 30px; color: white; } .signup-text .button1:hover { background: #444d43 !important; } If some of your issue still persist then please provide us some edited screenshot of your issue. Thanks, Praveen