How to remover header button (post your business listings)

Discussion in 'GeoCraft WordPress Theme' started by albcantor, Sep 23, 2015.

  1. albcantor

    albcantor New Member

    Joined:
    Aug 11, 2015
    Messages:
    12
    Likes Received:
    0
    Hello,

    Can we, using the theme backoffice, remove the "Post your business listing" button located at the right upper part of the header? We are not allowing people to register listings.

    Thanks.
     
  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.

    Code:
    .header_wrapper .header_btn {
      display: none !important;
    }
    

    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    paullan likes this.
  3. albcantor

    albcantor New Member

    Joined:
    Aug 11, 2015
    Messages:
    12
    Likes Received:
    0
    Hello. That will just hide the html code from view. I rather comment the php code directly on the template. Could guide as to where it is? I would also like to hide the contact form that appears whtithn each post description (listing). No way to disable it from the back office? Thanks.
     
  4. albcantor

    albcantor New Member

    Joined:
    Aug 11, 2015
    Messages:
    12
    Likes Received:
    0
    Hello. That will just hide the html code from view. I rather comment the php code directly on the template. Could guide as to where it is? I would also like to hide the contact form that appears whtithn each post description (listing). No way to disable it from the back office? Thanks.
     
  5. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please follow the screenshot given below, to comment the PHP code directly on the template for "Post your business listing" button..
    geocraft_remove_header_button.png

    NOTE: For your 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/.

    # To remove the form from the listing page, Please follow the screenshot given below.

    geocraft_disable_form.png

    Hope it will resolve your issues..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page