how do i remove "about us" and "follow us " text from mobile view

Posted in: Newspaper
Post count: 11

hello,

how do i remove “about us” and “follow us ” text from mobile view when using mobile theme plugin?

thanks

Post count: 23312

Hello didtav,

You should use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-mobile-footer-wrap{
display:none;
}

Thanks for the message!

Post count: 11

Hello,

Thanks for your reply, it works.
However, I still have a question.
Is it possible to only remove the text “about us” from the footer info?
Say if I still want to keep the other content such as social icons there.

Thanks

Post count: 22421

Hello,

The simplest way of customizing the footer is to select an empty footer style that does not come with predefined content https://www.screencast.com/t/8CgCYl23rE5Y and add your own content to the 3 footer widgets in the wordpress widgets section.

Thank you!

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