make the click through link to show up as colour

Discussion in 'Woodpecker WordPress Business Theme' started by elly10, Sep 18, 2014.

  1. elly10

    elly10 Member

    Joined:
    Jul 9, 2013
    Messages:
    37
    Likes Received:
    0
    Hi there,

    I need my links within the site to show up as a different colour how do I do that?

    Many thanks

    Elly
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello Elly,

    All the links which you want to show in a different color give them a special class like as <a href="" class="special">Home</a>, Then
    apply css code on all links as following
    Code:
    a.special{
    color: red;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page