Headline font only on mobile phone

Hi
Thank you for a really nice theme. I am wondering how I can change the font of the post headlines only on mobile phones?
I want them to be bold and have a minor font.
The homepages is movingto.dk
Best Regards
Daniel

Hi Daniel,

I hope you are well today and thank you for your question.

You can achieve this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

@media all and ( max-width: 768px ){

.entry-header h2.entry-title *,
.entry-header h2.entry-title {
  font-size: 24px;
}

}

Change the font size in the above code to whatever you want to set for post titles on mobile devices.

Best Regards,
Movin

Thank you Movin! It worked perfectly! Have a nice day :slight_smile:

You are most welcome here :slight_smile: