Edit Footer Content in Mobile Theme

Posted in: Newspaper
Post count: 22

How can we edit the footer content in mobile theme? I want to show the same footer as in my desktop site but in mobile the footer content is completely different from Desktop site.

In Desktop version, I have configured it to show only social links (Style 13 from Footer Templates) but in Mobile it shows the logo of website, About us field and the social links.

Also, I want to change the text to About Me & Follow Me instead of About Us and Follow Us. How to do this?

Post count: 20685

Hi,

You can hide the logo on mobile using this code, just enter it in Theme panel->Custom Css

@media (max-width: 767px) {
.td-footer-logo {
display: none;
}}

And remove or change the footer text in Theme panel->Footer – https://www.screencast.com/t/eWBAtsgCJO and also you can change those items in the footer translations, in Theme panel->Translations – https://www.screencast.com/t/1MKQV1w6K

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.