Ugly Typography
-
Looking for a little assistance and help.
site: https://www.cksla.org/temp-WP/mission-statement/
I’m relatively new at this. I am trying to change the way the paragraph text is stylized on page & posts at a theme level. So I am assuming it will be in the themes style.css. In fact, inspecting the text it refers me to the style.css, with the below settings.
.news_box .leftbox_content
p { text-align: left;
padding: 4px 0px 4px 0px;
font-size: 12px;
color: #910000;
line-height: 14px; }I want the text to be change to this:
.news_box .leftbox_content
p { text-align: left;
padding: 4px 0px 4px 0px;
font-size: 13px;
letter-spacing: 2px;
color: #323232;
line-height: 23px; }I made a copy of the style.css file and saved it to my desktop. I then edited the original file with the above specifications and saved the file.
I do not know what happened, but the Nav Menus broke and so did some of the sheet style….
I said no problem and re-installed my back-up style.css and the nav is still broken.
I am at a loss. I check the back-up file and it is the original code.
Please help….
Thank you,
Richard
- The topic ‘Ugly Typography’ is closed to new replies.