Content Options -> Page Title Font Case = None
-
When setting the Page Title Font Case to None (or anything other than the theme default Capitalize) you should also set
letter-spacing:0em
[and, of course, when changing it to Capitalize it should be set back to the theme defaultletter-spacing:0.14em
].Likewise, also the other options Archive Title Font Case and Post Title Font Case should be treated the same.
(I did add the following to my style.css to achieve this result:
body.page:not(.twentyseventeen-front-page) .entry-title { letter-spacing:0em; }
)
The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Content Options -> Page Title Font Case = None’ is closed to new replies.