Contact Form - Map Removal

Discussion in 'BusinessGrow One Page WordPress Theme' started by jazbaentertainment, Jan 8, 2014.

  1. jazbaentertainment

    jazbaentertainment New Member

    Joined:
    Dec 9, 2013
    Messages:
    1
    Likes Received:
    0
    Hi How can I completely remove the MAP without loosing the whole contact section. Also I am having problem on displaying the gallery thumbnails on home page, whenever we launch or refresh page either it takes ages to appear or doesn't appear at all.

    Your urgent help will be much appreciated.
    The webpage is www.meranikah.co.uk
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .anchor_border {
    display: none;
    }
    .map {
    display: none;
    } 
    This will remove the map from contact page.


    For your gallery issue,
    I think this issue maybe because of plugin (if installed). So please deactivate all plugins to see if this resolves the problem?
    If this works, re-activate the plugins one by one until you find the problematic plugin(s).
     

Share This Page