Change Font in Category header in mobile theme

Posted in: Newspaper
Post count: 60

I would like to delete the category page headers or maybe just change the font in the mobile theme.

https://www.awesomescreenshot.com/image/2766113/848e552d0eb413695b3181927a9e8e86

can you provide some guidance?

Post count: 22421

Hello,

Please add this code in the theme panel-> custom css box:
@media(max-width:767px){
.category .entry-title{
display:none;
}
}

Thank you!

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