Footers

Discussion in 'Andrina WordPress Theme' started by dcarels, Dec 9, 2012.

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

    dcarels New Member

    Joined:
    Dec 7, 2012
    Messages:
    18
    Likes Received:
    0
    I'd like to remove the Contact Area footer that has the phone number, email address and hours. How do I completely remove this footer section?
    Thank you.
     
  2. dcarels

    dcarels New Member

    Joined:
    Dec 7, 2012
    Messages:
    18
    Likes Received:
    0
    I figured it out. I put the following in the Custom CSS. Just in case someone else wants to do this.

    .index-info .index-info-one {
    display: none;
    }
    .index-info .index-info-two {
    display: none;
    }
    .index-info .index-info-three {
    display: none;
    }
     
Thread Status:
Not open for further replies.

Share This Page