How to change the link colour inside my blog post

Homepage Community Forums Epik Theme Support How to change the link colour inside my blog post

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #15256
    luca.sempre
    Customer

      So,
      i want a different colour for the links inside my blog post (because it looks very similar to rest of the colour article)… while actually the link colour change only when i underline it with the mouse.
      Thanks!!!

      #15260
      kronos
      Customer

        Do you have a link to your site? Once you add that, then I can look at everything and let you know what needs to be adjusted.

        #15262
        luca.sempre
        Customer

          Hi…
          my site isn’t online yet but i can give you a preview to a blog post: http://mercatofotografico.net/wp/?p=267&preview=true (italian language)

          As you (don’t) see at line 5 (“Ora… come sai ho creato mercato fotografico con l’obiettivo preciso di “) there is a link in “mercato fotografico” but you can see that only when you click through the link with the mouse, while i want all the links to be always visibile when you read… better if in a different colour (example: blue or yellow) wiht no underline…

          Another example: line 8 – words: “da una convinzione ormai consolidata”.

          Thanks!!!

          #15304
          kronos
          Customer

            You can change the links that show up in your content areas (blog, posts, pages, etc) by adding this to your css –

            .epik-darkblue .entry-content a {
             	color: #ff0000;
            }

            If you want to change ALL links globally throughout your entire site, then you can adjust line 2318 in your style.css –

            .entry-content a {
             	color: #ff0000;
            }

            I used the red color as an example so it will stand out when you look at it to see that it works. You can change this to whatever color you need.

            #15349
            luca.sempre
            Customer

              Thanks a lot! Works wonderful…

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘How to change the link colour inside my blog post’ is closed to new replies.