how to remove items from footer bar?

Discussion in 'Andrina WordPress Theme' started by joehark, Mar 22, 2013.

  1. joehark

    joehark New Member

    Joined:
    May 18, 2012
    Messages:
    8
    Likes Received:
    1
    please see the footer @ http://www.gscoldstorage.simple-helix.net/ and note the green bar that displays phone, email, etc.

    That information is redundant of what i have put in the footer immediately below it, so I want to removee those items from the bar and leave it as a simple green separation.

    Exactly where is that code and what of it should I remove?

    Thanks.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> 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. joehark

    joehark New Member

    Joined:
    May 18, 2012
    Messages:
    8
    Likes Received:
    1
    and it did! thank you for the good support,
     

Share This Page