How to change the color of all links - by Rawi

This topic has 4 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Stan Russell

  • Avatar: Rawi7
    Rawi
    Participant
    July 9, 2015 at 17:14

    Hello,

    I need to change the color of all the links on the Legenda Theme (in pages, posts and products) because now all the links are black color and it go unnoticed by the reader.

    To make the links more usables I would like to change them to blue and with hover effect underlined.

    What code should I use in my custom.css file?

    Thank you very much.

    3 Answers
    Avatar: stan
    Stan Russell
    Participant
    July 10, 2015 at 07:58

    Hello,

    please add following css code to your custom.css file:

    a {
        color:blue;
    }
    a:hover {
      text-decoration: underline;
      }

    Regards,
    Stan Russell.

    Avatar: Rawi7
    Rawi
    Participant
    July 10, 2015 at 19:26

    Hi Stan,

    I added the code you told me, but not working.

    I attached you a two pages where you can see that the links are in black instead of blue.

    I will waiting for your answer.

    Thank you.

    Please, contact administrator
    for this information.
    Avatar: stan
    Stan Russell
    Participant
    July 11, 2015 at 08:09

    Hello,

    please disable caching on your site or update cache because your site is using cached old versions of css files. That’s why code added to child theme’s style.css or custom.css is not displayed.

    Regards,
    Stan Russell.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.