Reply To: Where can I change the color of Page / Post Title?

Homepage Community Forums Epik Theme Support Where can I change the color of Page / Post Title? Reply To: Where can I change the color of Page / Post Title?

#4856
Eric
Customer

    Take a look around line 219 for code that looks like this –

    body,
    h2 a,
    h2 a:visited,
    h4.widgettitle a,
    input,
    .author,
    .post-comments {
    	color: #333;
    }

    That will change everything, so you could split some of it up, like the “h2 a” and add your colors in.


    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com