How do I remove map from home page?

Discussion in 'BlackWell-WordPress Business Theme.' started by crystal0811, Mar 2, 2015.

  1. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    I just started working on a new site. I haven't used this theme before. How do I remove the map from the home page?

    http://bontonchic.com/
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello crystal0811,

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

    Code:
    .contact-map {
      display: none;
    }
    This will resolve your issue.

    Thanks & Regards
    Pramod Patel
     

Share This Page