divide main nav menu in to separate divs and remove some nav items
-
Hi. I want to divide my main nav in to separate divs: one adjacent to header and one above header adjacent to cart/search). I also what to remove some of the nav menu items.
I’m building on a child template with parent MyStile and woocommerce installed.
I think my main problem is that I can’t find the relevant template file that contains the ul and links. I can see the ul and links with ids in firebug, but the mystile template structure looks completely different – perhaps the ul li is generated with php. In the header.php file, I can move the whole menu up into the top div, so the menu code is there somewhere, but can’t find the actual ul.
Once I find the ul, can I simply delete (or comment out) the items I don’t want and split the nav by moving the list items into new divs. I don’t know, but my logic tells me that moving the list items my break the code, if there is a query pointing to that ul.
Anyway, this is my first time developing a web site on my own, so please be patent with me. I understand HTML and CSS. I understand how PHP & Mysql works, but not familiar with the code. Sorry, I hate bugging people on these forums but I’ve been sharing at the code for two days and it driving me in sane.
fMy site is https://www.essentialopals.com
- The topic ‘divide main nav menu in to separate divs and remove some nav items’ is closed to new replies.