I want to change the background color

Discussion in 'Cloriato WordPress Theme' started by errorman, Jan 22, 2014.

  1. errorman

    errorman New Member

    Joined:
    Dec 24, 2013
    Messages:
    18
    Likes Received:
    0
    Untitled-2.jpg

    --------------------------------------------------

    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .body-content {
    background: teal;
    }
    .top_cornor {
    background: teal;
    } 
    In place of "teal" you can put your color or color code.
    This will solve your issue.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .body-content {
    background: teal;
    }
    .top_cornor {
    background: teal;
    } 
    In place of "teal" you can put your color or color code.
    This will solve your issue.
     

Share This Page