Twenty eleven font questions
-
I’d like to know if I can customize my font sizes further than what I can see on the customization menu. I paid the $30 to get the CSS option but I’m a real newbie in this sort of stuff.
It looks like I can only change “Headings” and “body text”, but I would like my Page titles to be a smaller font than the title of my site.
And I’d also like to have my Menu titles be larger – is there any way to do this?
Is there any forum that has a list of common CSS commands, like changing font size, adding a space between text, etc?thx
The blog I need help with is: (visible only to logged in users)
-
Hi there, to increase the font size in your menu, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.
#access a { font-size: 100%; }The following allows you to adjust the size of page titles.
.entry-title, .entry-title a { font-size: 100%; }If you want to adjust the size of your site title and tagline/description, you can use the following.
.wf-active #site-title a { font-size: 28px; } .wf-active #site-description { font-size: 16px; }
- The topic ‘Twenty eleven font questions’ is closed to new replies.