Footer Mod

Discussion in 'Slice WordPress Theme' started by spoonboy90, Aug 23, 2013.

  1. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    H Guys,

    Is it possible to change to footer to look like the image through custom css, it doesn't need any content in it


    sample_footer.png

    Cheers
    Jamie
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    .footer-container .footer .footer-wrapper {
    display:none;}
    .footer-container {
    background: your color value;}
    .footer-container .footer {
    background: your color value;}
    
     

Share This Page