Background Color

Discussion in 'ColorWay WordPress Theme' started by 1stopnonprofitshop, Mar 9, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    Other than the very background of the website (where you insert background image), can you make the background of the main website a different color other than white (or parts of it)?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    body {
        background: lightslategrey;
    }
    Change color as per the interest...

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    That changed the background color...but any way to change the color in the area that is white? Screen shot attached.
     

    Attached Files:

  4. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    Or make the white part smaller so a little more of the background color shows?
     
  5. priya

    priya Guest

    Hello,

    Use below code for that...
    Code:
    .container {
        background-color: lightslategray;
    }
    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  6. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    Thanks! If I wanted a specific color code, could I just put the code number in instead of the color name?
     
  7. priya

    priya Guest

    sure...

    You can put your desired color code instead of the color name...

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page