Location map

Discussion in 'Photomaker WordPress Theme' started by blackdog2020liz, Jun 26, 2014.

  1. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Hi, How do I remove the map and the Location map title.

    Many thanks
    Liz
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Liz,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .contact-map {
    display: none;
    }
    div.contact-page h1:nth-child(4) {
    display: none;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Hi Nitesh, that worked great, Now how do I remove the 'Location Map' title.

    Many thanks
    Liz
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .contact-page h1:nth-child(8) {
    display: none;
    }

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page