Okay
  Public Ticket #2420374
Underline Hyperlinks
Closed

Comments

  •  21
    Simon started the conversation

    Hi, if the accent colour is set to the same colour as the text (black for example) which is common for a lot of mono brands, it's tricky to see text hyperlinks.

    Is there some global css to add an underline and set the colour of these links?

    Many thanks

    Si

  •  2,979
    Andrew replied

    Hi Simon,

    Use the following custom css:

    body .main-content p a {
        color: red;
        text-decoration: underline;
    }
    

    Hope this helps.

  •  21
    Simon replied

    Hi Andrew

    Many thanks

    That has done the trick but it's added an underline to normal rectangular buttons with an icon as well - needs to only apply to body copy text links if possible.

    Si

  •  2,979
    Andrew replied

    Hi Simon,

    I updated the css. Can you copy and paste again.

    Thanks.

  •  21
    Simon replied

    Perfect, thank you.