Footer issue Andrina Theme

Discussion in 'Andrina WordPress Theme' started by chance1212, Jul 3, 2013.

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

    chance1212 New Member

    Joined:
    Jul 3, 2013
    Messages:
    3
    Likes Received:
    0
    There are 3 sections on the footer. The bottom section has 2011 © InkThemes. All rights reserved, the mid section has footer widgets and the first section has the phone number, email and date. How do I remove the first section all together with the entire bar, phone number, email and date? I don't like the way it looks and don't want that to show up on the home page. Thanks.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    .index-info .index-info-one {
    display: none;
    }
    .index-info .index-info-two {
    display: none;
    }
    .index-info .index-info-three {
    display: none;
    }
    This will solve your issue.
     
  3. chance1212

    chance1212 New Member

    Joined:
    Jul 3, 2013
    Messages:
    3
    Likes Received:
    0
    Works like a charm. Thank you for your help Piyush! :)
     
Thread Status:
Not open for further replies.

Share This Page