Make the link in the footer widget white

Discussion in 'GeoCraft WordPress Theme' started by sunnyca, Dec 16, 2015.

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

    sunnyca Member

    Joined:
    Sep 16, 2012
    Messages:
    88
    Likes Received:
    3
    How can I do that?

    Thanks!
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site so that we can better assist you?

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. sunnyca

    sunnyca Member

    Joined:
    Sep 16, 2012
    Messages:
    88
    Likes Received:
    3
    This theme has First Footer Widget Area/Send Footer Widget Area/Third Footer Widget Area/Forth Footer Widget Area...................If I put only text in these area, the color of the text is White. But the color is kind of blue with clickable links, like I add Recent Posts in these areas. Now I want the color of these links is WHITE as well.

    I hope this can help you understand what I want.

    Thanks!
     
  4. priya

    priya Guest

    Hello,

    You can paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer_wrapper .footer_widget .review_thumb a {
        color: white !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. sunnyca

    sunnyca Member

    Joined:
    Sep 16, 2012
    Messages:
    88
    Likes Received:
    3

    It works. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page