Remove map & address section

Discussion in 'Appointway WordPress Theme' started by pixvault, Jan 19, 2014.

  1. pixvault

    pixvault Member

    Joined:
    Jan 8, 2014
    Messages:
    35
    Likes Received:
    1
    Hi there

    I've recently set up a site for my son-in-law & he'd like the address & map section removed as they're not relevant to his business.

    So, which section of code do I need to remove?
     
  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:
     .feature_addressbar {
    display: none;
    }
    .feature_map {
    display: none;
    }
    

    This will solve your issue.



    Thanks & Regards
    Gourav Shrivastava
     
  3. pixvault

    pixvault Member

    Joined:
    Jan 8, 2014
    Messages:
    35
    Likes Received:
    1
    Many thanks for the swift response Gourav :)
     
  4. myinktheme

    myinktheme Member

    Joined:
    Feb 1, 2014
    Messages:
    28
    Likes Received:
    0
    Hi Gourav,
    can you please provide a complete list of Custom CSS codes available? It'll be nice to have readily available when needed instead of spending hours looking into these forums.
    Thanks much.
     

Share This Page