How to remove Logo and ABOUT US text from footer on Mobile theme

Posted in: Newspaper
Post count: 34

Hello,

How do I remove logo and ABOUT US text from Mobile theme? It shows on footer which I don’t want.

URL: https://geekflare.com

Post count: 23312

Hello scorpiock,

If you want to hide these elements for your mobile version, you have to use a bit of CSS code to do it. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->
.td-mobile-footer-wrap{
display:none;
}

The result you should see here -> http://screencast.com/t/Q2DfAgcla

Thanks.

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