Hi, just bought this theme and was hoping this is a pretty straightforward Q, How do I get rid of/edit the text and cirular images below the image slider on the home page? Thanks
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature-content-inner .circle{ display:none; } and also follow the link given below This will solve your issue.
Go to the HomePage Settings section in the dashboard and then, paste your content in the Home Page Heading box and upload your images through Home Page Feature Content section. Appearance -> Theme options ->HomePage Settings for the reference see image given below this will solve your issue. Thanks
Thanks guys, that's a great help. Ideally I'd like to remove the entire feature section, how would I do this?
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature-content .circle-content { display: none; }