Changing font colors

Homepage Community Forums Epik Theme Support Changing font colors

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4508
    khunray
    Customer

      Hi can anybody tell me where and how I can change the font-colors of the H1/H6 in the css it says it is under 03A, but I don’t know what to change or add there.
      Thank you

      #4513
      clnmcgrw
      Customer

        You’re probably going to have to use a new selector or class.

        something like :

        body h1, body h6 {color: #ccc;}

        or with a class:

        -in the html: <h1 class=”mycolor”></h1>

        -then in the style.css: .mycolor {color: #ccc;}

        Hope that helps

        #4548
        khunray
        Customer

          Thanks , I will try and hope it works…

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