Change Category Page Post Titles Font Size On Mobile

Posted in: Newspaper
Post count: 14

I’d like to change the font type and size of my article titles on category pages on mobile. They look fine on desktop but too big on mobile. Since there’s no way to edit category pages with TD Composer, I’m finding it difficult to change it. Help, please!

  • This topic was modified 8 years by imanowil.
  • This topic was modified 8 years by imanowil.
Post count: 23312

Hello imanowil,

Provide your website URL so I can take a closer look at it and also, so I can get a more accurate code.

Thanks.

Post count: 14

ufimix.com

Post count: 23312

Hello imanowil,

You sohuld use the code below and place it in Theme panel -> Custom CSS area.

@media(max-width:767px){
.category .td-module-title a{
font-size:14px;
}}

The result is here -> https://www.screencast.com/t/ks8YNR5xN3

Thanks for the message!

Post count: 14

It works but the padding to the top drops. It should begin on the same line with the featured image. Please help.

Post count: 23312

Hello imanowil,

Try to use the code below and place it in Theme panel -> Custom CSS area. You sohuld reduce the line height.

@media(max-width:767px){
.td-module-title{
line-height:12px!important;
}}

Thanks.

Post count: 14

Worked. Thanks.

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