Omit Homepage Post element from mobile

Posted in: Newspaper
Post count: 114

Hello! I would like to delete the Homepage Post element when viewing the website on a mobile device. Could you provide the code to do this? (The feature image zooms in and out when scrolling on mobile, and I have discussed this at length with your colleagues via email, and there isn’t a fix. So I would like to simply delete it from mobile viewing.) Thanks so much for your help!

Post count: 20688

Hi,

Elements placed in the page structure cannot be removed just by viewing the page on mobile. I could give you a code to hide this element on mobile devices, it will look like this
https://www.screencast.com/t/6P52VO9wWjk
This code has to be entered in Theme panel->Advanced CSS in the phones section

.home .td-post-header {
display: none;
}

Enter it there and check if it works as intended. Let me know if there is a problem.

Thanks

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