Content area background color

Discussion in 'Elite Pro WordPress Theme' started by bat42001, Nov 21, 2014.

  1. bat42001

    bat42001 Guest

    Joined:
    Jul 10, 2014
    Messages:
    35
    Likes Received:
    0
    I would like to change the content area background color to something other than white, is there a CSS code for that?
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .main-container-wrapper {
    background-color: #FFF;
    }
    Write your color/color code in place of #FFF in above code and use in Custom CSS.
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page