Remove Download This theme from bottom of home page.

I cannot find where to remove this section from the front page. In the demo content the copy reads Download this awesome theme. I was able to delete the text from the section but not the section itself. I have attached a screenshot of what I mean.

Hi @arandompackage,

I hope you are well today and thank you for your question.

You can try removing it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


#content > section.cfa-section {
    display: none;
}

Best Regards,
Movin