how to hide in mobile version "about us"

Posted in: Newspaper
Post count: 101

hi all!

i am using mobile theme.

i want to hide in footer logo and about us section. How can i do?

Post count: 22421

Hello,

Unfortunately the mobile theme does not have any options to remove the footer about us section. It can be done however using a custom css code:
.td-mobile-footer-wrap .td-footer-description{
display:none;
}

Add this code in the theme panel->custom css box.

Thank you!

Post count: 101

sorry but, it s dont working.

Post count: 22421

Hi,

Sorry, I meant the mobile theme custom css. The mobile theme has it’s own custom css box. Add the code here:
http://screencast.com/t/eUISQ7wOL

Thank you!

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