Empty space and button at the end of front page

Hi!

First of all thank you for this beautiful theme and the great support you’re providing! I’ve got only a couple of questions because I found all the other answers by browsing this forum. Thanks again!

I have a problem with the theme on my site: there is a blank space with an empty button at the end of the front page, just above the footers.

I’ve checked but there is no such widget there in the widget or in the Customization section.

How can I get rid of it?

Thank you!

Hi @elenweiss,

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

Could you please share me your site URL where it’s displaying so that i can troubleshoot it?

Kind Regards,
Movin

Hi! Thank you for your quick reply!
Sure, here’s the link:

You can try removing that section 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.bg-secondary {
    display: none;
}

It worked perfectly, thank you very much! :slight_smile:

You are most welcome here :slight_smile: