Removing td-footer-wrap class from my css style

Posted in: Newsmag
Post count: 23

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

Post count: 35449

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!

Post count: 23

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.

Post count: 23

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.

Post count: 23

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.

Post count: 35449

Hi,

To educe the margin you can use this custom css
.td-footer-wrap {
margin-bottom: 16px;
}

Also the number of px can be change after your needs.
The code need to be set in theme panel > mobile theme > css

Let me know the results!

Post count: 23

Thank you, it worked good

Post count: 42

@alexandria, lograste editar el footer?

Post count: 23

@dreo Studio, si, lo logre editar.

Pero te seré sincera, aun quedo algo de espacio en el footer que me hubiera encantado remover.

Post count: 35449

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!

Post count: 42

Donde encontraste la parte para editar about us y follow us?
no encuentro como editar esa parte de version movil

Post count: 35449

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!

Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Newsmag’ is closed to new topics and replies.