Remove Address and Map from Contact Section

Discussion in 'BusinessGrow One Page WordPress Theme' started by vibrandsee, Feb 11, 2015.

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

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    How do I remove the map and the address from the contact section? I only want the contact form fields and the company phone number and email address (i.e. no physical address and map).

    Thanks.
     
  2. Yogesh

    Yogesh Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .add_n_map {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    This worked. Thank you.
     
Thread Status:
Not open for further replies.

Share This Page