• Resolved flopez01

    (@flopez01)


    Hello everyone,

    I’ve created some text links on my site, but for some reason they won’t change color. How do I make the color changer work for my links so visitors will know the links are there?
    I would like to make them blue.

    https://new.hydroponic-gardens.com/wordpress/

    The links are at the bottom of the page.
    Here’s an example:

    Aeroponics <link
    This is considered to be a superior method of growing plants.

    Thanks,
    Fernando

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Fernando,

    I can’t see any styling for your links in your style sheet

    You should add the following to your style sheet:

    .entry a {color:blue; text-decoration:underline;}
    .entry a:hover {color:red;}
    .entry a:visited {color:purple;}

    This should make the link blue, red on hover and purple once they’ve visited the site.

    Thread Starter flopez01

    (@flopez01)

    crondeau,

    Thanks for the quick response,

    I tried adding the code, but nothing seemed to change.

    Is there anything else I can do?

    Fernando

    try the same list with #content a {} instead of .entry a {}

    Thread Starter flopez01

    (@flopez01)

    That worked!

    thank-you so much for your help.

    Fernando

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Why won’t my links change color?’ is closed to new replies.