Background colour

Discussion in 'BizWay WordPress Theme' started by blackdog2020liz, Oct 11, 2016.

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

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Hi,

    How do I change the colour above the navigatation bar to match the colour of the logo on www.glenbraegardens.com.au RGB breakdown is 218, 213, 207.

    Many thanks
    Liz
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hi,

    You can apply your own color to the header easily,

    You need to paste below CSS code in Custom CSS field located in Dashboard->InkThemes->Theme Options->Styling Options
    Code:
    .header-container {
        background-color: rgb(218, 213, 207);
    }
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Thank you Naveen
     
Thread Status:
Not open for further replies.

Share This Page