How To Change Hompage Background Color?

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by iqbali, Apr 4, 2014.

  1. iqbali

    iqbali Member

    Joined:
    Jul 24, 2013
    Messages:
    31
    Likes Received:
    0
    Hi

    How to change homepage background features color? The current color (grey) looks a bit dull.

    thanks
     
  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:
    .content_wrapper .content {
    background: green;
    }
     
    In place of "green" you can put your color or color code.
    This will solve your issue.
     

Share This Page