Enlarging font size in both title and post body
-
I need a bigger font for the post title and maybe also for the post body. Jackiedana wrote me I should do it in CSS. Please note that I use Hebrew font and I have recently upgraded to Premium version of WORDPRESS.
Can you give me detailed instructions?
Thanks, MichalThe blog I need help with is: (visible only to logged in users)
-
Hi Michal, there is a base font size set in the following that will enlarge all text in your site. You can add the following and play with the size and see if that will do for you.
body { font-family: Arial,sans-serif; font-size: 90%; }If not, we can target the content and post titles only with the following. Adjust the two font sizes as desired.
h2.entry-title, h2.entry-title a { font-size: 1.2em; } .entry-content { font-size: 1.0em; }For the main content body text, add the following and adjust as desired.
- The topic ‘Enlarging font size in both title and post body’ is closed to new replies.