Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #267199
    [email protected]
    Participant

    Hi, I’d like to add underline styling to links in this theme. Can anyone advise what css to use? Sorry I just find you can’t tell what is link text without the underline or colour variation and that makes navigating my site a bit difficult!
    Thank you!
    Nicole

    #267217
    Skandha
    Participant

    @nicoleniceassets-co-nz: Hello Nicole,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    a {
        color: #f23456 !important;
        text-decoration: underline !important;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Add link styling?’ is closed to new replies.