custom header/footer colors on Epik

Homepage Community Forums General custom header/footer colors on Epik

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22979
    colinjordan
    Customer

      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?

      #22982
      Andykev
      Customer

        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;
        }

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.