Is there anyway to remove map from contact page?

Discussion in 'ButterBelly WordPress Theme' started by ih2001, Aug 23, 2014.

  1. ih2001

    ih2001 New Member

    Joined:
    Jul 30, 2014
    Messages:
    9
    Likes Received:
    0
    I was wondering is there a way to move the map from the contact page?
     
  2. Pramod

    Pramod Guest

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

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

    .contact-page h2
    {
    display:none;
    }
    .contact-map
    {
    display:none;
    }


    Thanks & Regards
    Pramod
     

Share This Page