Remove Logo from the footers

Posted in: Newspaper
Post count: 12

Is there a way to remove the logo from the normal, and mobile footers?

Post count: 35449

Hi,

Please check our documentation about -> https://forum.tagdiv.com/footer-templates/
You can remove the logo from footer by going in Newspaper>theme panel>Footer> Footer info content https://www.screencast.com/t/VKht5nyto1
Hope this will help you.

Thank you for your understanding.

Post count: 12

But in this case itit will display the logo of the main page, I do not want to display any logo in the footer especially in case of the mobile

Post count: 35449

Hi,

You can try this custom css
.footer-logo-wrap, .td-footer-logo {
display : none;
}

Please add the above custom css in Newspaper>Theme panel.Custom code>Custom css

Thank you for your understanding.

Post count: 12

I did it and saved the settings but I still the logo at the bottom of the mobile theme, by the way in the page of the plugins of the the theme I see the mobile theme not installed although it is in the plugins folder I do not know if it is related.alt=”null” />

Post count: 35449

Hi,
Please provide a link to your website, in this way I will be able to provide you a better answer.
Thank you.

Post count: 12
Post count: 35449

Hi,

If you are using mobile theme please paste the code in mobile too, please go in Newspaper>Theme panel>mobile Theme> Custom code> css
https://www.screencast.com/t/Vuxzmt7DyTy6

Thank you.

Post count: 12

Thanks now it is working, I want to remove as well About us section in the footer, I tried this code but it did not work, what is the correct code?:
.footer-logo-wrap, .td-footer-logo {
display : none;
}

Post count: 12

And I want to remove as well the text FOLLOW US from the mobile theme, and keep only the social media icons as the normal theme, is that possible to remove the ABOUT US section and FOLLOW US Text?

Post count: 35449

Hi,

Please replace the code from mobile code with this custom css
.footer-logo-wrap, .td-footer-logo, .td-footer-wrap .block-title, .td-footer-description {
display : none;
}

Hope this will help you to achieve what you want.
Thanks.

Post count: 12

Thanks it is solved the problem.

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