Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .feature_testimonial { display: none; } This will solve your issue.
Hi Piyush, I input the code into the Custom CSS and only the image was removed not the text to the left of the image. Should I be input another code or send over a screen shot? Thanks, Sean
Hello, Code provided above is working fine, Please share the screenshot about which area you are talking and also share the link of your website.
Please review the below screenshot and advise how to remove the section that says 'Latest From the Blog'. the content listed below it will be kept.
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .feature_blog_content { display: none; } This will solve your issue.