Custom fonts on mobile FrontPage

Posted in: Newspaper
Post count: 12

Hi!

Easy question:

Im using custom css like this:


@media
(max-width:767px){
.td-post-content h2{
font-size:32px!important;
line-height:40px!important
}
}

For custom fonts and sizes in mobile theme. It works in all post and pages (post-content, page-content) but I dont know what is the key for the front page, is the only one that it doesnt work.

Thanks!

Post count: 35449

Hi,

I think that from “front page” you are referring to homepage, if is so then yes this one have a special class name .home

Also please check our documentation for how to Create custom code with the browser’s Inspector or the Live CSS Box -> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/

Thank you!

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