How to remove top grid from mobile home static page (newspaper theme) ?

Posted in: Newspaper
Post count: 8

How to remove top grid from mobile home static page (newspaper theme) ?

I just wanna the lastest posts 🙂

Post count: 23312

Hello seomartin,

Please provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 8
Post count: 20688

Hi,

A specific option to disable the mobile top grid is not available in the mobile theme settings. However it can be removed. The easiest way would be to use a code like this
https://www.screencast.com/t/QnnUDfQs86xV

.td_block_big_grid_mob_1 {
display:none;
}

This code has to be entered in Theme panel->Mobile theme->Custom CSS code section.

Thanks

Post count: 8

Simon, many thanks 🙂

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