How to change 4 footer widgets background color?

Discussion in 'BlogSpring WordPress Theme.' started by marian, Mar 12, 2014.

Thread Status:
Not open for further replies.
  1. marian

    marian New Member

    Joined:
    Mar 5, 2014
    Messages:
    15
    Likes Received:
    0
    Hello, I now use the 4 footer widgets areas with black background, is there a way to change the color from the default black?

    Thanks,
    Marian
     
  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:
    .footer_container {
    background: red! important;
    } 
    In place of "red" you can put your color or color code.
     
  3. marian

    marian New Member

    Joined:
    Mar 5, 2014
    Messages:
    15
    Likes Received:
    0
    Wonderful, thanks!
    Marian
     
Thread Status:
Not open for further replies.

Share This Page