Hi,
Thanks for contacting us,
For this add the below css code in an additional CSS field (Theme Dashboard >> appearance>> customize >> additional css filed)
footer .bs-footer-bottom-area
{
display: none;
}
Any confusion let me know.
Thanks
That worked. Thank you! I have another quick question. How would I got about removing the title of the page and the white box it sits in? (I already have the title gone, really just need the box gone.)
Hi,
Can you please indicate the screenshot image, we will check then better assist you.
The object that i am referring to can be found in the red box in the image below:

Hi,
For add below css code in additional css field
.bs-card-box
{
display:none;
}
That removed everything. Including what I wanted to keep on the page.
Hi,
For this add the below css code
.page-entry-title:has(.entry-title.title)
{
display:none;
}
