Hello there,
I’ve check my “footer options”, even if it is empty the fields, it always says “ABOUT US” in mobile devices.
I really need to delete this section from PC version, mobile version and AMP version to finish my website.

Anyone have any idea on how I can hide/delete that area from my footer?
Thank you in advance
Hi,
That part can be edited from here -> https://i.imgur.com/SZjcG1Z.png but if you want to remove it you can do it only with custom css or you can change the footer style -> https://i.imgur.com/g6O00DP.png
the css is:
.td-footer-container .footer-text-wrap, .td-mobile-footer-wrap .td-footer-description{
display: none;
}
This need to be set in theme panel> custom code> custom css and if you are using mobile theme plugin, then you’ll need to set this code in theme panel> mobile theme >custom code> css too.
Thank you!
Thank you, it works as a charm!
But please, just one thing more if you don’t mind.
There are too much space (high)

How can I reduce the space? I would love to have something like this:

I did that image with photoshop. Thank you.
Hello, im sorry, its me again lol
I didnt notice it until right now, it didnt work for AMP version.

This is how it looks like in AMP version.

Thank you again.
I’ve fixed the AMP version, I had to edit in “MOBILE THEME” version and ADD the code in custom code.
Just please, help me out with this one…
There are too much space in my footer…

How can I reduce the space? I would love to have something like this:

Thank you.
@dreo Studio, si, lo logre editar.
Pero te seré sincera, aun quedo algo de espacio en el footer que me hubiera encantado remover.
Hi alexandria,
Just let me know about what space is about and I will try to help you! maybe you’ll like it more like this -> https://i.imgur.com/W4XfSKI.png
.td-footer-wrap {
margin-bottom: 16px;
}
.td-mobile-footer-wrap .block-title {
margin: 0 0 16px 0;
}
.td-mobile-footer-wrap {
padding-bottom: 16px;
}
Thank you!
Donde encontraste la parte para editar about us y follow us?
no encuentro como editar esa parte de version movil
Hi,
The content for about us can be set in theme panel> footer -> https://i.imgur.com/KKKt0wa.png and the socials can be set from here -> https://i.imgur.com/qT2IWzb.png also the titles “About us” can be change using the translation section from theme panel -> https://i.imgur.com/L9m7VQn.png
If you are using the mobile theme plugins, the footer content need to be set here -> https://i.imgur.com/yGpQLKr.png
Thank you!