How do I change the color of the Lead capture form heading? How do I take the title, website and posted in off of the post page ? Thanks
Hello, 1. Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .signupForm .heading { color: red; text-shadow: 0 1px 0 red; } In place of "red" you can put your color or color code. 2. Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .content-bar .post.single .post_title { display: none; } .content-bar .post.single .post_meta .post_category { display: none; } This will remove the title and posted in from the post page. Could you please specify about the website that you want to remove from the post page.