Can I change my Post Title and Menu Text Sizes without changing the header's?
-
Any idea how to change the post title and menu text sizes without changing the site header’s font size? I’m asking specifically for the Suits theme. Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, for the post titles, add the following CSS. Go to Appearance > Customize > CSS, delete all the informational text and paste in the following.
.entry-title { font-size: 2em; }For the menu font size, add the following and adjust.
.nav-menu li a { font-size: 1.1em; } -
-
Hmmm, you shouldn’t have had to do that, but the important part is you have it working. Nice job and you are welcome.
- The topic ‘Can I change my Post Title and Menu Text Sizes without changing the header's?’ is closed to new replies.