About us in the footer of the mobile version

Posted in: Newspaper
Post count: 494

Hi, how can I remove “About Us” in the footer of the mobile version?

Post count: 20688

Hi,

If the mobile theme plugin is active, try a code like this to remove that text
https://www.screencast.com/t/8oAnEBkDA

.td-footer-description span {
display: none;
}

The code must be entered in Theme panel->Mobile theme->Custom CSS section.

Thanks

Post count: 494

Works perfectly. Thanks!

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