Modify "blue" color scheme

Discussion in 'BusinessGrow One Page WordPress Theme' started by natemjohnson, Aug 17, 2015.

  1. natemjohnson

    natemjohnson New Member

    Joined:
    Aug 15, 2015
    Messages:
    6
    Likes Received:
    0
    Hello,

    When I select "blue" as the color scheme, the blue that is used seems a bit green-ish blue to me. I need to alter it slightly to match my logo and artwork. How can I adjust the blue that used when that scheme is selected? I think I'd like to use:
    #1919FF but may change it once I see it.

    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. natemjohnson

    natemjohnson New Member

    Joined:
    Aug 15, 2015
    Messages:
    6
    Likes Received:
    0
    ewgpartners.com

    Also, to be more specific, I am looking to modify the background color of the bar that reads "Learn More" as well as the boxes that are underneath the services circles.

    Thanks
     
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes,

    You can resolve it very easily, you need to paste below CSS code in the Custom CSS field located in Dashboard->Appearance->Theme Options->Styling Options->Custom CSS

    Code:
    div#services {
        background-color: red;
    }
     
    .rect_box {
        background-color: red;
    }
    Note:- Please change the color according to your requirement.

    Hope you will resolve your issue :)

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     

Share This Page