trying to make a custom top nav menu
-
Hi,
I just got started on wordpress today, and so far I love it.
I’m trying to make a top nav for my site. It looks great on the home page but on sub pages there is a bullet next to the first menu item and the text is small. this happens even though I think I’ve edited the proper areas in the CSS
here is the page
https://theforceproductions.com/wordpress/?page_id=3
here is the css
.pagenav { display:inline; list-style:none;font-size:1.8em;} /* the outermost list item; contains whole list */
.page-item-2 { display:inline; list-style:none;font-size:1.8em; } /* item for Page ID 2 */
.page_item { display:inline; list-style:none;font-size:1.8em;padding:8px;} /* any Page item */
.page_item a{text-decoration:none;}
.current_page_item {display:inline; list-style:none;font-size:1.8em;font-weight:bold;} /* the current Page */
.current_page_parent { display:inline; list-style:none;font-size:1.8em;} /* parent of the current Page */
.current_page_ancestor { display:inline; } /* any ancestor of the current Page */can someone help?
- The topic ‘trying to make a custom top nav menu’ is closed to new replies.