Changing Color

Discussion in 'Dzonia WordPress Theme' started by 1stopnonprofitshop, Mar 30, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    How do you change the background color as well as the background color in the white area? I have areas pointing to the sections I want to change the color on.
     

    Attached Files:

  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    To change the background color of the page, Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    body {
        background: #008000 !important;
    }
    
    Note:- Please change the color code accordingly.

    To change the color of white background that you pointed, Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .body_wrapper {
        background: #73AD21;
    }
    .top_cornor {
        background: #73AD21; 
    }
    
    Note:- Please change the color code accordingly.

    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page