Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #92967
    scubafreak
    Participant

    Hi Mahesh,
    One more question – I would like to change how the theme displays hyperlinks. When you hover cursor over the link, it’s ok (blue/underlined). How can I adjust settings so that the links appear always blue/underlined, regardless where the cursor is, please?
    Thanks,
    Dan

    #92975
    Mahesh
    Participant

    @scubafreak:
    Hi Dan,

    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    a, 
    .widget-area .widget a {
        text-decoration: underline;
        color: #21759b;
    }

    Let me know if any problem.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hyperlink color change’ is closed to new replies.