• Hi there,

    How can I change all the link color in the message,

    I tried
    a:link {
    color: green !important;
    }

    But all the variable link color like site_address stay in blue.
    https://ibb.co/NKtRC7p

    Thanks for your help.

    Kindly.

    Catherine

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hey Catherine,
    This css should do it:

    a.link {
        color: green !important;
    }

    Kindly,
    Hannah

Viewing 1 replies (of 1 total)

The topic ‘link color’ is closed to new replies.