remove about us in the footer of mobile theme

Posted in: Newspaper
Post count: 31

Hello,
i want to know if there is a way to remove from mobile theme about us section in the footer
thank you

Post count: 23312

Hello john low,

If you want to remove this section from your mobile theme, you should use a bit of CSS code to do this. The code is ->

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

The result is here -> https://www.screencast.com/t/35kPN7Y22RM

Thanks for your understanding!

Post count: 31

Thank you dear,
i want remove contact us section from desktop website if you can give me the way how can i do that ?

  • This reply was modified 9 years by john low.
Post count: 23312

Hello john,

Are you referring to this section? -> https://www.screencast.com/t/AZXrRpNGRK If you want to hide this section, you should use the code below and place it in Theme panel->Custom CSS area.

The code is ->

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

Thanks for the message!

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