Change color?

January 2013 WordPress Theme
GK User
Wed Apr 24, 2013 7:45 am
Hello,

How to change the text color of publications?

Please, help me :)

Thank you
User avatar
Fresh Boarder

GK User
Wed Apr 24, 2013 7:55 am
Hi,

Do you mean text of posts? To change this text color go to /News/css/wp.css (around line 396), and add color property to article > .content and article > .summary selectors.
E.g:
Code: Select all
article > .content,
article > .summary {
   color: red;
   font-size: 14px;
   line-height: 26px;
}
User avatar
Moderator


cron