• Resolved firstfestivefooties

    (@firstfestivefooties)


    Is there a way to delete the navigation menu on my website? I’m not referring to the header but (on the example page I indicated above for example) the “home/all clothing/bodysuits/baby’s first Easter bodysuit”. I don’t have a lot of control over the layout of the individual product or category pages, so I’d rather people not use this to navigate between pages.

    P.s. I’m not very CSS savvy and use mostly the block editors. When I have tried putting CSS in the Additional CSS part of the Never customizer, it is hit and miss whether it works. So I will need a break down of where and what code to put if that is the solution. Thank you

    Thanks in advance

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @firstfestivefooties,

    Thanks for choosing Neve!

    It’s possible to remove the breadcrumbs by adding the code that can be found here at the end of the functions.php file of your child theme. You can find out more on how to create a child theme, if you don’t already use one, from this dedicated documentation.

    Have a nice day!

    Thread Starter firstfestivefooties

    (@firstfestivefooties)

    Thanks @luciamarinescu. As previously mentioned, I’m not very CSS savvy, so can you further clarify for me…

    The second link stated-

    “If you want to make more advanced changes in the child theme, follow with the steps below:

    1. Locate the views folder inside Neve (in the root of the folder) and copy it inside the child theme’s folder.

    2. Make any changes you need in the views folder of the child theme.”

    I’m assuming this is where I’d put the code you mentioned in your first link? If so, can you clarify. I don’t know where the “views” folder is “inside Neve”.

    This is my best guess, please let me know if its correct (and if not, where I should be going instead) Within WordPress, do I click on Appearance ->Theme file editor, then select the “functions.php” on the right hand side? Do I then copy the code you linked at the end of everything there? So I just start it one paragraph space below everything? Thanks again for your assitance

    Hi @firstfestivefooties!

    You don’t need to copy the views folder from Neve in the child theme because the changes you want to make don’t require that. The child theme already has a functions.php file by default when you download it and that is the only file where you need to add the code.

    You can download the child theme zip file from the document I provided (from the yellow notice), then upload, install and activate it on your site as a theme, as explained here. After that, go to Appearance -> Theme File Editor, make sure Neve Child is selected in the “Select theme to edit” dropdown (it should be selected by default if the child theme is installed and activated), go to the Theme Functions(functions.php) file and paste the code after the one that already exists there – screenshot. Don’t delete the code that already exists in that file, otherwise, the changes made won’t work. Then click on the Update File button and the breadcrumbs should be removed from all the pages.

    I hope this helps!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘delete navigation menu’ is closed to new replies.