Header settings

This topic contains 6 replies, has 2 voices, and was last updated by  nathalie 4 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #492000

    nathalie
    Expired Member
    Post count: 110

    Hi! We would like to change the page header display, but couldn’t find how to do it:
    1) How to change the search panel display? We need to remain only the middle part with the loupe without “Places” and “Near” options
    2) How to get rid of the buttom “Sign up”? It seems that there are 2 similar buttoms, but the buttom “Sign up” is not working at all and we don’t need it
    3) How to get rid of the black wordpress panel on the top of the header? I need it when I am working as an adminisrator, but when I open the site without signing it up, I still see this panel. It is not good.

    The site is https://krdmama.ru/
    Please, see the screenshots where I tried to explain everything graphically.
    Thank you for your help

    #492019

    Kor
    Moderator
    Post count: 16516

    Hi nathalie,

    Thanks for your message. Please allow me to answer your questions accordingly.

    1. Apply this custom CSS code below into WP > Appearance > Customize > Additional CSS.

    .gd-search-field-cpt,.gd-search-field-near {
        display:none!important;
    }

    2. You can use the custom CSS code below to remove that “Sign Up” button.

    a.dt-btn.button.whoop-button {display:none;}

    3. You can disable the WP admin bar using the option here https://wpgeodirectory.com/docs-v2/geodirectory/account-management/#wp

    #492055

    nathalie
    Expired Member
    Post count: 110

    Thank you for your help.
    As far as the second question is concerned (remove sign up buttom), when I used the CSS code you have sent me (a.dt-btn.button.whoop-button {display:none;} ) the both bottoms disapeared: not only “Sign up” buttom, but also the buttom “Войти” which we need to have.
    And on mobile version the sign up buttom exists, but it doesn’t work.
    Could you help with it, please?

    #492164

    Kor
    Moderator
    Post count: 16516

    Hi nathalie,

    Thanks for your reply. Could you share your Website WP admin access here in private reply so that I could work this out directly on your Website?

    #492188

    nathalie
    Expired Member
    Post count: 110
    This reply has been marked as private.
    #492342

    Kor
    Moderator
    Post count: 16516

    Hi nathalie,

    Thanks for your reply. I’ve made the required changes for you. Also, please remove GD booster, it’s not compatible with GDv2.

    #492343

    nathalie
    Expired Member
    Post count: 110

    Hi, Kor
    Thanks a lot!

Viewing 7 posts - 1 through 7 (of 7 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket