Footer text link colour

Discussion in 'ColorWay WordPress Theme' started by agaricus, Oct 22, 2012.

Thread Status:
Not open for further replies.
  1. agaricus

    agaricus New Member

    Joined:
    Jul 13, 2012
    Messages:
    29
    Likes Received:
    0
    I would like to change the colour of the footer text when I add a link (a href).
    Please could you frovide me with the custom code for this?

    Much appreciated!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    .footer-navi .navigation .right-navi p a {
    color: your color value;
    }

    Thanks.
     
  3. agaricus

    agaricus New Member

    Joined:
    Jul 13, 2012
    Messages:
    29
    Likes Received:
    0
    Thanks, but that does not seem to work?
    The a-link text is still the same (have tested this by changing the color to black).
    Unfortunately my site is still being developed locally so I can't give you a link.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    .footer-container a{
    color:red!important;
    }

    Inplace of "red" put your color value.

     
  5. agaricus

    agaricus New Member

    Joined:
    Jul 13, 2012
    Messages:
    29
    Likes Received:
    0
    It works, thanks!
     
Thread Status:
Not open for further replies.

Share This Page