Footer Mods

Discussion in 'Elite Pro WordPress Theme' started by spoonboy90, Aug 9, 2013.

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

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    1. Do you have a handy bit of CSS to remove the 'Widget' area of the footer but keep the copyright part?

    2. Is it possible to merge the 4 widget areas into 1 area?
     
  2. Gourav

    Gourav Support Staff

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

    1.For your first issue

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

    Code:
    .footer-wrapper .footer {
    display: none;
    }
    2.Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
     
  3. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Perfect thanks Gourav
     
Thread Status:
Not open for further replies.

Share This Page