Remove wording "Location Map" on Contact Page

Discussion in 'RoadFighter WordPress Theme' started by gloryous, Oct 26, 2015.

Thread Status:
Not open for further replies.
  1. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Hello, InkThemes Support Staff and Fellow WordPress Peeps ...

    How to remove wording "Location Map" on Contact Page. [My client has maps on another page and doesn't want a map shown here.]

    I found a previous forum post about this (http://www.inkthemes.com/community/threads/contact-us-page.6585/#post-24484); however, the text that it suggests removing is nowhere to be found in my client's Editor section: Road Fighter Pro Responsive Theme: Contact Page Page Template (template-contact.php).

    Was code changed on a later version of the theme? Or am I looking in the wrong place?

    Thank you so much,
    Glory
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard to remove the map.
    Code:
    .contact-map {
        display: none !important;
    }
    To remove wording "Location Map" on Contact Page, you just need to follow the screenshot given below.

    roadfighter_remove_map_heading.png

    For you knowledge, we are using wp-editor plugin to edit the file..


    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    timhollingworth likes this.
  3. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Thank you! That resolved the issue.
     
Thread Status:
Not open for further replies.

Share This Page