BizPro - remove google map from contact page

Discussion in 'BizWay WordPress Theme' started by paschall, May 27, 2014.

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

    paschall New Member

    Joined:
    Jul 18, 2012
    Messages:
    6
    Likes Received:
    0
    I knowI've seen this question asked several times. I've been through the support archives and tried every example I found. But none work yet.

    ? - how do I remove the google map from the contact page in Bizway Pro?

    .contact-map {
    display: none;
    }

    Does not work.

    thanks,
    D
     
  2. paschall

    paschall New Member

    Joined:
    Jul 18, 2012
    Messages:
    6
    Likes Received:
    0
    So far, I've found a simple work-around by simply putting a single <space> character in the "Contact Page Map" box. But I'd prefer a proper work around if possible.

    thanks,
    d
     
  3. 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:
    .page-template-template-contact-php .content-bar div {
    display: none;
    }
     
    This will solve your issue.
     
  4. paschall

    paschall New Member

    Joined:
    Jul 18, 2012
    Messages:
    6
    Likes Received:
    0
    Yes it did. Thank you, Piyush.
     
Thread Status:
Not open for further replies.

Share This Page