• Resolved kieronbishop

    (@kieronbishop)


    I was wondering if it’s possible to edit the code of this theme. I specifically want to add more links to the top navbar. I’ve looked in functions.php and the theme file editor but it doesn’t seem like there’s a way to do it there (there might be but not to my knowledge.) It shows all the pages that have been made, but woocommerce also coautogenerates pages for your categories. (as an example, https://busslreviews.com/product-category/busses/). These don’t appear on the navbar, but I was wondering if there’s a way to get them there. I also want to hide the cart in the top right corner. Thanks!

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

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

    Thanks for reaching out!

    I understand that you would like to add more links to your navigation menu as well as hiding the mini cart on your header, correct?

    To add more links to your navigation menu, please navigate to Appearance > Menus. You could also check this tutorial for your reference: Create a Menu in the Customizer

    Meanwhile, to hide the mini cart from your navigation menu, please add the CSS code below under Appearance > Additional CSS:

    /* Hide Mini Cart in Navigation Menu */
    
    .woocommerce-active .site-header .site-header-cart {
    	display: none;
    }

    Hope this helps!

    Thread Starter kieronbishop

    (@kieronbishop)

    Thanks!

    Hi @kieronbishop

    You are most welcome! ??

    I can see that the thread has been marked as resolved already.

    Meanwhile, if you have a moment to spare, we would love it if you could share your thoughts with us by leaving a review or feedback. Your experience and feedback are important to help us improve and ensure we’re always providing the best possible support.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change the navbar/edit this theme HTML’ is closed to new replies.