A few mobile theme customizations

Posted in: Newspaper
Post count: 5

Hi,
I would like to customize the image caption font and the article title font. What custom CSS should I add to accomplish this? Thanks.

Post count: 6535

Hi

Try this css in theme panel custom code > custom css:

@media(max-width: 768px){
.wp-caption-text {
font-size: 15px!important;
}
.entry-title{
font-size: 30px!important;
}
}

Thanks!

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