Erase "About Us" & "Follow us"

Posted in: Newspaper
Post count: 18

Hi,

I am writing this topic to ask how I can erase “About us” and “Follow us” on the mobile site.

Surely, there should be the php file which I can manage on, but do not want to “touch” it in any case.

The best and easiest way to erase is to use css with “display: none;” but I am not sure which css file should be modified. I guess it should be around “.td-footer-social” and “.td-footer-description”.

Please let me know if any way to erase it.

Thank you for your support!

All best

Post count: 20688

Hi,

Try this code, enter it in Theme panel->Advanced Css in the phones section for the responsive default mobile theme version – https://www.screencast.com/t/aQdisglm or in Theme panel mobile theme css if you are using the mobile theme plugin

.footer-text-wrap .block-title span {
display: none;
}
.footer-social-wrap .block-title span {
display: none;
}

Or you could change/delete their translations in Theme panel->Translations – https://www.screencast.com/t/rnAPli3dOY
Please let me know if this works for you, if not post a link to your website for a more accurate answear.

Thanks

Post count: 18

Hi, Slmolon C,

Thank you for your reply.

It worked well with your advise!

Again, thank you.

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