How to make the link color in the single listing blue or green?

Discussion in 'GeoCraft WordPress Theme' started by sunnyca, Jun 14, 2015.

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

    sunnyca Member

    Joined:
    Sep 16, 2012
    Messages:
    88
    Likes Received:
    3
    It's black now in the description.

    Thanks!
     
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there.

    Code:
    .tabbed .tabnav li a:active, .tabnav li.ui-tabs-selected a {
      color: #2264F2;
    }
    Hope that helped.

    Let me know if have further doubts so that I can assist you.
     
  3. sunnyca

    sunnyca Member

    Joined:
    Sep 16, 2012
    Messages:
    88
    Likes Received:
    3
    Hello, it doesn't work. The link color didn't change. I tried in IE and CHROME.
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Could you please provide us URL of your website along with some edited screenshot so that we can assist you accordingly?

    Thanks,
    Praveen
     
  5. sunnyca

    sunnyca Member

    Joined:
    Sep 16, 2012
    Messages:
    88
    Likes Received:
    3
    The link in the sidebar is still black. How can we change it to green, blue or whatever we want? Thanks!
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please provide us URL of your website.

    Thanks,
    Praveen
     
  7. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    a {
      color: #0c5b7f !important;
    }
    Thanks,
    Praveen
     
  8. sunnyca

    sunnyca Member

    Joined:
    Sep 16, 2012
    Messages:
    88
    Likes Received:
    3
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page