Custom CSS for mobile not rendering

Posted in: Newspaper
Post count: 13

I’ve added the below css to the custom css section, and the mobile section, however it is never added to the page. The category tags I am trying to hide are still shown. I’ve cleared the host and the browser caches. Can you advise? I’ve added other custom css for desktop and it works fine..


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

The page that I am testing is churchleaders.kinsta.com

Thanks

Post count: 22421

Hello,

Try to add the code in the mobile menu custom code box and use the important tag like so: http://screencast.com/t/HLrOOPrd0Q1S

Thank you!

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