Hyperlink CSS

Homepage Community Forums Epik Theme Support Hyperlink CSS

  • This topic has 3 replies, 2 voices, and was last updated 11 years ago by Wes.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3926
    dannybrown
    Customer

      Hi Wes,

      How do I change the hyperlink CSS? I can’t see that in style.css.

      Thanks!

      Danny.

      #3931
      Wes
      Moderator

        If you’re using the default theme you can take a look around line 223 for something like this –

        `a:hover {
        color: #888;
        text-decoration: underline;
        }
        a,
        h2 a:hover {
        color: #000;
        text-decoration: none;
        }`

        Some areas will have their own hyperlink styles (like the homepage, nav, etc), but the code above changes the main hyperlinks for the content areas. If you need to find out different area specifically just let me know.

        #3932
        dannybrown
        Customer

          Perfect, thanks Wes!

          #3944
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Hyperlink CSS’ is closed to new replies.