How to remove footer logo on mobile view

Posted in: Newspaper
Post count: 20

Hi Team,

I have enabled tagDiv Mobile Theme on my amexing website and i notice that there is a footer logo only on mobile view and a word “About US” i want to hide/remove both of them.

Could you please share some code for that.

Thanks,
Avinash

Post count: 23312

Hello iavinash,

If you want to hide it, 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: 20

Thanks, it worked!!

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