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?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4850
    ignitepay
    Customer

      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

      #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

        #4857
        ignitepay
        Customer

          How exactly would I split it up to make titles appear as #C01324?

          Thank you Eric.

          #4869
          Eric
          Customer

            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

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