How to hide this?

Posted in: Newspaper
Post count: 225

How to hide date and sign/Join text on mobile version its only show computer version. Also don’t hide header social button on mobile and computer. How to do this: http://postimg.org/image/ol0386f7r/

Post count: 22421

Hi,
The top menu for the mobile version was hidden by default. You have a code in your custom css that displays it. If you want it to only show social icons on mobile, you need to remove this code from your custom css box:
@media (max-width: 767px)
.td-header-sp-top-menu {
display: block!important;
}}

Thank you!

Post count: 225

Thank you so much!

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