Turn off Map

Discussion in 'BlackWell-WordPress Business Theme.' started by vesity, Aug 30, 2014.

  1. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Hi. How do I turn off the Contact Page Map, including the words " Location Map"?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .contact-map
    {
    display:none;
    }
    Thanks & Regards
    Pramod
     

Share This Page