Widget content color

Discussion in 'Real Photography WordPress Theme' started by appleguy, Aug 27, 2015.

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

    appleguy Guest

    Joined:
    Oct 24, 2014
    Messages:
    63
    Likes Received:
    1
    How do I change the widget content color from grey to white?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site and make us clear where do you exactly want to change the color so that we can better assist you?

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
    appleguy likes this.
  3. appleguy

    appleguy Guest

    Joined:
    Oct 24, 2014
    Messages:
    63
    Likes Received:
    1
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can easily resolve your issue, you just have to paste the CSS code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer h4 {
        color: white !important;
    }
     
    .textwidget {
        color: white !important;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
    appleguy likes this.
  5. appleguy

    appleguy Guest

    Joined:
    Oct 24, 2014
    Messages:
    63
    Likes Received:
    1
    Perfect doll!
     
Thread Status:
Not open for further replies.

Share This Page