Many Thanks Praveen, How do I set the colour of the form as it is not the same as the color I have selected for the theme. I have chosen red and the form is blue
Hello, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .sidebar .signinformbox_wrapper { background: red; } .sidebar #signinForm { background: red; } .sidebar #signinForm input[type="text"], .sidebar #signinForm input[type="email"], .sidebar #signinForm select { border: 6px solid rgb(226, 96, 96); } .sidebar #signinForm textarea { border: 6px solid rgb(226, 96, 96); } Thanks, Praveen