Skip to content
Public Ticket #9757

Change post title size for Mobile navigation

Conversation thread

PenciDesign replied

Staff Reply

Hi,

Please try add more this code to Customize > Custom CSS to do that:

@media only screen and (max-width: 767px){
.container-single .single-post-title {    
font-size: 24px;
}
}

Change value 24 to value as you want.

Best Regards,

PenciDesign

m28006 started the conversation

Conversation Start

I found how to change the title size for posts and it works fine in desktop navigation, but in mobile navigation the title size remains unchanged. Is there a separate setting for Mobile title size change? 

Want to join this conversation or access attachments? Sign in first.