Remove hard-coded "About Us" in mobile footer

Posted in: Newspaper
Post count: 3

This is not very pretty: in ./Newspaper/mobile/footer.php this line:
$buffy .= '<div class="block-title"><span>' . __td('ABOUT US', TD_THEME_NAME) . '</span></div>';

Get rid of it.

Post count: 3

In footer-amp.php also

Post count: 35449

Hi,

In order to remove the “About Us” section please set this custom css in Theme panel>Mobile theme>Custom code>Custom css
.td-footer-wrap .td-footer-description {
display: none;
}

-> https://www.screencast.com/t/3kvF3IwD

Thank you!

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