Change color of Home Page Top Button Info

Discussion in 'Foogo Pro WordPress Theme' started by richarbran, Oct 26, 2015.

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

    richarbran Member

    Joined:
    Aug 12, 2013
    Messages:
    58
    Likes Received:
    0
    With the blue overlay, the text color for the Home Page Top Button Info is nearly impossible to read. Can you provide code to change it to white?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div#sub_header p {
        color: white !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. richarbran

    richarbran Member

    Joined:
    Aug 12, 2013
    Messages:
    58
    Likes Received:
    0
    Thanks, looks like it didn't work with the div# in front of the sub_header. This code worked in case anyone needs it:
    #sub_header p {
    color: white !important;
    }
     
  4. priya

    priya Guest

    Hello,

    Sorry to learn this the above code didn't work...

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

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. richarbran

    richarbran Member

    Joined:
    Aug 12, 2013
    Messages:
    58
    Likes Received:
    0
    The code did work, I just needed to remove the div#. Thanks,
     
Thread Status:
Not open for further replies.

Share This Page