Andrina Theme - Homepage Contact Area

Discussion in 'Andrina WordPress Theme' started by marketingtypes, Nov 6, 2014.

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

    marketingtypes New Member

    Joined:
    Nov 27, 2013
    Messages:
    13
    Likes Received:
    0
    Hi --

    I need to remove the phone icon and the email icon from the Homepage Contact Area on the Andrina theme. I don't want to remove the area itself...and I have info in the third "working time" area. But, my client won't be using the email for phone listing here.

    How can I remove it?

    Thanks.

    Chris
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello Chris,

    1. Go to => Appearance => Theme Options => Homepage Settings => and just press SPACE key in Contact Number and Email Address box as shown below in screenshot.

    7nov3.png

    2. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .index-info .index-info-one {
    background: none;
    }
    .index-info .index-info-two {
    background: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. marketingtypes

    marketingtypes New Member

    Joined:
    Nov 27, 2013
    Messages:
    13
    Likes Received:
    0
    Perfect...Thanks Yogesh!

    Chris
     
Thread Status:
Not open for further replies.

Share This Page