how to hide FOOTER LOGO & FOOTER RETINA LOGO?

Posted in: Newspaper
Post count: 30

how to hide FOOTER LOGO & FOOTER RETINA LOGO?

Post count: 23312

Hello res,

If you want to hide the Footer Logo and Footer Retina Logo, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-retina-data {
display:none;
}

.footer-logo-wrap{
display:none;
}

Also, If you want to have control for your footer section, please check the footer area from the Theme panel, like this -> http://screencast.com/t/x0KRMMHsk

For more information about Footer section, please check our documentation here -> https://forum.tagdiv.com/footer-templates/

Thank you for the message!

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