How do you remove the map from the Contact Page

Discussion in 'Compass WordPress Theme' started by vibrandsee, Oct 14, 2015.

  1. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    Hi -- How do you remove the map from the contact page of the Compass theme?

    Thanks.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can easily remove the map, you just have to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page_content .content_bar .contact-map {
        display: none !important;
    }
    .page_content .content_bar .contact-page h1 {
        display: none !important;
    }
    Or, also you can follow the screenshot given below.

    remove_map.png

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page