Remove Hours Of Operation

Discussion in 'Andrina WordPress Theme' started by lklatt76, Jan 6, 2014.

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

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    How can I remove the hours of operation under the feature paragraphs? When I leave it blank it autofills with a time and day. Can I remove that feature all together? email, phone and hours of operation ?

    my url: http://tempbdc.512citydesign.com/

    Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
    .index-info {
    visibility: hidden;
    }

    Thanks & Regards
    Gourav Shrivastava
     
  3. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    Thanks Gourav that worked!
     
Thread Status:
Not open for further replies.

Share This Page