How can I remove this from footer?

Posted in: Newspaper
Post count: 460

Hello,

Is use last version of theme and mobile plugin. I want remove this big logo of footer and “about us” also.

Can I do it? How?

Mi site: https://goo.gl/CJclCA
Img big logo and text “about us”: https://fotos.subefotos.com/189bfd5e745d365f77add17fc7672ee8o.png

Thanks

Post count: 20688

Hi,

One way would be to edit the footer file from the mobile theme folder
https://www.screencast.com/t/QVemYoHfCo
And comment or remove the code that handles the logo and description in the footer, when using the mobile theme plugin
https://www.screencast.com/t/LCx8QoXy
https://www.screencast.com/t/mAzuadGi
Another way would be to simply hide them with some Css like this
https://www.screencast.com/t/PFUdCIt1P
This is the code, if you decide to use it it must be entered in Theme panel->Mobile theme->Custom Css section

.td-mobile-footer-wrap {
display:none;
}

If this is not what you wanted or the code is not working properly for you, please let me know.

Thanks

Post count: 460

Perfect,

Thanks a lot 🙂

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