Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #299843

    Hi, can anyone tell me why the following css is not working to change link colors on just one page?

    .page-id-3989 a:link {
    color: #ff0000;
    text-decoration: underline;
    }

    Thanks

    #299939

    Hi!

    Try using this code instead:

    .page-id-3989 a {
    color: #ff0000 !important;
    text-decoration: underline !important;
    }

    Cheers!
    Josue

    #300023

    Hi, thanks, but no change here.

    Any further suggestions? (By the way, I’m adding that in the custom.css file, not the Quick CSS box)

    Nigel

    #300025

    Hi Nigel,

    Can you post the link to your website please?

    Regards,
    Josue

    #300033
    This reply has been marked as private.
    #300035

    Hi!

    I’m not seeing the code in css/custom.css, try putting it in Quick CSS.

    Cheers!
    Josue

    #300305

    Yay! Thanks. It worked :-)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘link color not changing…’ is closed to new replies.