specify css element in footer

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by dseiter, Nov 18, 2013.

  1. dseiter

    dseiter Guest

    Joined:
    Feb 28, 2013
    Messages:
    20
    Likes Received:
    0
    trying to adjust the background-color of the footer area. I have tried dozens of combinations of css to try and select this specific area, but none work.
    Please educate me on how to specify the (now white) footer area so I can make it black.

    obviously .container_24 .grid_24 (or 12) is not the answer since that changes the entire page. I just want to change the tiny footer section at the very bottom of the page (again.. that is now white).
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer_wrapper{
    background:black;
    }
    .footer_bottom{
    background:black;
    }
     

Share This Page