- This topic has 1 reply, 2 voices, and was last updated 4 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › General › custom header/footer colors on Epik
Tagged: epik theme
I want to change my pre-set color green on the Epik theme to a different shade of green. As a test site, I used jordanandcross.com and it worked fine. I did the exact same CSS changes in the style sheet of cirrusaviation.com, and nothing changed. Any ideas?
Line 3415 in your CSS. Notice the colors in Epik are all listed. You need to change the color in that section, or any section to make it your own choice.
Here is the simple .css change of existing green to a different color green:
.epik-green .head-wrap,
.epik-green .welcome,
.epik-green .home-feature-bg-dark,
.epik-green .author-box,
.epik-green .footer-widgets {
background: #1c3f1a;
color: #eee;
}