Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #180883
    asilverberg
    Participant

    How can I change the hyperlink color? Is there a setting option? If so, I can’t find it. If I need to do any custom CSS, how do I do it?

    #180914
    Skandha
    Participant

    @asilverberg: Hello there,
    The option to change the link colors are available in pro version of the theme. I suggest you to upgrade to pro. There are lots of additional-features that could be of good use for you.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #180930
    asilverberg
    Participant

    If I didn’t want to upgrade, is there a way?

    #180968
    Skandha
    Participant

    @asilverberg: Hello there,
    To change hyperlink color
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    a {
        color: #f23456 !important;
    }

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing Hyperlink Color’ is closed to new replies.