Remove Map from Contact Page

Discussion in 'Compass WordPress Theme' started by vibrandsee, Feb 19, 2016.

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 from the contact page entirely?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please follow the screenshot given below.

    map_remove_contactpage.png

    And 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-page h1 {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. vibrandsee

    vibrandsee Member

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

Share This Page