Header I Heading Text

April 2014 WordPress Theme
GK User
Fri Dec 19, 2014 12:02 am
Due to the lighter background image I have in the Header section, I need the text to be darker for h1 and p. Where do I change that?
User avatar
Expert Boarder

GK User
Fri Dec 19, 2014 8:27 am
Hi,
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Sun Jan 04, 2015 3:14 pm
mjamero wrote:Due to the lighter background image I have in the Header section, I need the text to be darker for h1 and p. Where do I change that?

In your theme folder: /css/stuff.css, search and modify this lines:
Code: Select all
.gk-header1 h1 {
   color: #c9c9c9;
   ...
}
.gk-header1 p {
   color: #c9c9c9;
   ...
}
User avatar
Expert Boarder


cron