Removal of icons

Discussion in 'Andrina WordPress Theme' started by stpetecoyote, Feb 28, 2013.

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

    stpetecoyote New Member

    Joined:
    Feb 28, 2013
    Messages:
    4
    Likes Received:
    0
    Hello,

    Is there a way to remove the telephone, email, and asterisk icons from the lower portion of the screen? I tried to alter the images into completely transparent files in the wp-content folder but it seems to be pulling them from somewhere I cannot locate.

    Thanks
    Kris

    http://centraloakpark.com/
     
  2. 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:
    .index-info .index-info-one {
    display: none;
    }
    .index-info .index-info-two {
    display: none;
    }
    .index-info .index-info-three {
    display: none;
    }
     
  3. stpetecoyote

    stpetecoyote New Member

    Joined:
    Feb 28, 2013
    Messages:
    4
    Likes Received:
    0
    Perfect! Thank you Gourav!
     
Thread Status:
Not open for further replies.

Share This Page