Font size and colour
-
Hello
Awhile ago I asked to change the default font size so that it’ll look bigger on smaller screens and this worked, but then I noticed that for larger screens, it has made the font size smaller than I would like.
This was the code I used and I’ve tried playing around with different values in the second part of the code, but it didn’t have an effect:
/* Set default font size in posts and page content */ .entry-content { font-size: 1.1em; } /* Reduce font size a bit on larger screens only */ @media screen and ( min-width 800px ) { .entry-content { font-size: 0.93em; } }
Could someone help me with this without affecting the default font size?
Also I would like to change the colour of main blog post content fonts to a darker shade of grey (though not completely black). I would like the menu, meta info, headers, tags, category cloud and side bar fonts to remain as is.
Thank you!
The page I need help with: [log in to see the link]
- The topic ‘Font size and colour’ is closed to new replies.