- This topic has 3 replies, 2 voices, and was last updated 9 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Where can I change the color of Page / Post Title?
Hi guys! I’d like to change the default page/post titles color so that it appears as C01324 on all pages.
Where can I make that change?
Thanks
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
How exactly would I split it up to make titles appear as #C01324?
Thank you Eric.
I meant pull out certain parts like the “h2 a” and place on its own like this –
h2 a {
color: #c01324;
}
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com