Page template font coding
-
Looking for a little more assistance and help.
site: https://www.cksla.org/temp-WP/test-typography/
As I mentioned earlier I’m relatively new at this. I am trying to change the way the paragraph text and H2 is stylized on page & posts at a theme level, on certain pages or posts. I know the style is set in the style.css, in fact below is how it is listed.
.news_box .leftbox_content
p { text-align: left;
padding: 4px 0px 4px 0px;
font-size: 12px;
color: #910000;
line-height: 14px; }I want the P 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 sub-page template fie based upon the page.php. I do not know how to code the sub-page.php to make the necessary changes.
Please help….
Thank you,
Richard
- The topic ‘Page template font coding’ is closed to new replies.