I love the layout of this theme.....however I would like to remove the lead capture portion. Is this possible?
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div.caption-wrapper { display: none; } This will solve your issue.