Newsmag mobile

Posted in: Newsmag
Post count: 41

I have updated to the latest version, including the mobile plug-in, which is now working well.

However, there is one thing I can’t seem to fix — on the attached screenshot you will see categories SHENZHEN snd HEALTH SERVICES under the heading and above the description: https://prnt.sc/om1nos

I would like to remove these, so if you could suggest how I could do this, that would be great.

Thanks a lot,
Mark

Post count: 23312

Hi,

Unfortunately, the theme does not have any such an option for that, sorry! If you want to hide them you will need to use a bit of CSS code for that. Use the code below and place it in Theme panel -> Custom CSS area.


@media
(max-width:767px){
.td-category{
display:none;
}
}

Thank you!

Post count: 41

Hi Catalin,

I have added this code and it has solved the problem.

Thanks very much for your help!

Cheers,
Mark

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.