Okay
  Public Ticket #2810312
How to delete menu
Closed

Comments

  • Fara started the conversation

    Hi team,

    I would like to delete the top banner and bottom banner from my website but can not find them. I've accessed the bottom banner before but forgotten how I got there.

    I have attached s creen shots and crossed out what I want to get rid of.

    Thanks so much in advance

  •  933
    Neuron replied

    Hi Fara,

    1) Please go to that page, at the top bar of WordPress hover at the Edit with Elementor button and click on the header template then you can remove the menu and display only the logo.

    2) Those are the filters of the post, so you need to edit the page > post element, and then at the post element content tab, scroll down to the filters option and set them to hide.

    3) That's the category of the post, so you need to edit the page > post element, and then at the post element content tab, scroll down to the meta option and set it the category to hide.

    4) About the footer, do you want to remove it completely, or just to change its content, if you want to change the content, please go to dashboard > saved templates and search for the templates that are displaying in the footer and edit them, or if you want to remove the footer completely you can do it just by adding the following code at Appearance > Customize > Additional CSS.

    footer.l-primary-footer {
        display: none !important;
    }

    Feel free to ask for anything you need.

    Kind Regards