Home Forums Pro Themes Travel Ultimate Pro Header Picture and automatic menu on it

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #87963
    Alize Barth
    Participant

    Hello again

    What to do if I do not want the header picture on every page?
    Also, I don’t want a menu appearing on top of it. I tried to uncheck all the menus without success.

    #88021
    wensolutions
    Keymaster

    Hello @alize,

    Currently, there is no option in the theme where you can manage the setting of header image in each page but you can use the CSS targeting the ID of the page and remove the header image.

    For example add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .page-id-1788 div#page-site-header {
        display: none;
    }

    Here replace the iD with your page ID.

    You can find the ID in individual page edit screen URL.

    Screenshot:

    https://prnt.sc/m21zjf

    As for the Top header menu just go to Admin Panel > Appearance > Customize > Menus > Menu Location and do not assign any menu on the “Top” Menu Location

    Hope this helps.

    Let us know if you have any confusion further.

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.