Site logo

Archived topic

Post Title Font Size On Mobile Only

1 reply · Started by johnzoro on August 23, 2021

Viewing posts 1–2 of 2

Is there a way I can change the font size of a post title but on mobile only and only for archives?

I want to make it a bit smaller

Hi there,

Try this CSS:

@media (max-width:768px){
    body.archive h2.entry-title {
        font-size: 20px;
    }
}

Adjust the value to your preference. :D

This archived topic is closed to new replies.