How to increase letter spacing in WordPress twentyeleven on global scale or by p
-
I’ve been tinkering with theme twentyeleven and as a first time user of WordPress I am impressed with what’s possible. I know a little CSS but am having an issue with trying to increase the letter spacing in the text and headers. I want to use the default Helvetica Neue but it’s hard to read. I’m using a child theme so can go back to the original css if needed.
I’ve run multiple searches and found a lot about padding and font size options but little about letter spacing. I found a few places in the style.css where letter spacing is indicated like here:
blockquote cite { color: #666; font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: 0.05em; text-transform: uppercase;
and here:
`.page-title {
color: #666;
font-size: 10px;
font-weight: 500;
letter-spacing: 0.1em;
line-height: 2.6em;
margin: 0 0 2.6em;
text-transform: uppercase;`Please let me know if I need to add new code and where I need to add in the CSS. I want to improve the readability of the font text fields by increasing the letter spacing.
My site https://www.worksofbart.com/blogtest246/
Thanks in advance for your help.
ibmacn
- The topic ‘How to increase letter spacing in WordPress twentyeleven on global scale or by p’ is closed to new replies.