Blue Box at Bottom Right of Shapely Page

Good afternoon,

Where may I go to edit to remove the blue rectangle at the bottom of the page.

-Frank

I too am interested in removing the box and the spacer that surrounds it. If this is to be a call to action with text and an action button. Then the info I have entered does not display and I would rather control where and how I display my call to action on the homepage and on other pages within my website.

Thanks for you help.
SAM

Hi Frank,

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

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

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


section.cfa-section.bg-secondary {
    display: none;
}

Best Regards,
Movin