Editing first, second and third footer boxes-widgets?

Discussion in 'Squirrel WordPress Theme' started by martymax, Feb 25, 2013.

  1. martymax

    martymax New Member

    Joined:
    Feb 25, 2013
    Messages:
    1
    Likes Received:
    0
    Enlighten me please. I've been trying to do this for far too long with no success. =)
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. mwebb

    mwebb New Member

    Joined:
    Mar 1, 2013
    Messages:
    1
    Likes Received:
    0
    Me too. I would like to change / update the information in each of the three areas of the footer. Looked in widgets and system settings but don't see how to do this. Can you point in the right direction so I can update.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to the
    Appearance > Widgets
    Drag widgets and drop them in the first, second and third widget area, It will automatically display at your footer.
     
  5. orangeidesign

    orangeidesign New Member

    Joined:
    Apr 22, 2013
    Messages:
    2
    Likes Received:
    0
    Can i remove these footers?
     
  6. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .footer {
    display: none;
    }
     

Share This Page