Change Link Text Color

Discussion in 'Andrina WordPress Theme' started by cvin, Apr 29, 2014.

  1. cvin

    cvin New Member

    Joined:
    Aug 30, 2013
    Messages:
    14
    Likes Received:
    0
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    div.full-content a {
    color: red ! important;
    }
    .footer a {
    color: red ! important;
    }
    .sidebar a {
    color: red;
    }
    div.content-bar a{
    color:red ! important;
    }
     
    In place of "red" you can put your color or color code.
    This will solve your issue.
     
  3. cvin

    cvin New Member

    Joined:
    Aug 30, 2013
    Messages:
    14
    Likes Received:
    0
    Can I use this same code in other InkThemes Wordpress themes? I've experienced similar issues in other themes designed by InkThemes.

    Thanks!
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    It is not necessary that this code will work on all our Theme.
    Our all the theme have different code. So this code will not work on another theme.
    The above given code will only work on Andrina Theme.
     

Share This Page