I would like to be able to hide the leads capture form on the home page and the blog articles carousel too. What is the CSS code to do this? Thanks
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .signinwidgetarea { display: none; } #carousel-full { display: none; } .testimonial { margin-top: 20px; } This will solve your issue.