Colorway Theme

Discussion in 'ColorWay WordPress Theme' started by draco1, Jun 5, 2017.

  1. draco1

    draco1 Member

    Joined:
    Jan 18, 2016
    Messages:
    32
    Likes Received:
    0
    Hi Guys, the theme is colorway pro

    I need to change the background colour my site and the inner container, I have seen threads on here with the CCS code, but it does not work on my site?

    Can you let me have the css codes I need please!

    http://www.chatsworthdoors.co.uk outer is grey at present and inner white

    Thanks

    Jim
     
    Last edited: Jun 5, 2017
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greeting from InkThemes,

    To change the background color your site, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    body {
        background: cornsilk;
    }
    And to change the inner container background color, paste the code given below in Custom CSS section.

    Code:
    .outer-box-container {
        background-color: #337ab7;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. draco1

    draco1 Member

    Joined:
    Jan 18, 2016
    Messages:
    32
    Likes Received:
    0
    Hi Akbar

    Tried both codes but it will not change the colors at all

    Best

    James
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    We need your dashboard access to figure out this issue.
    So, send us your website dashboard login details at [email protected] along with the thread link.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page