[Theme: Simple Catch] Highlighted Current Menu & Empty Nav Space
-
Hello and thank you in advance to those who regularly answer questions about this particular theme. I’ve been able to solved a number of problems by referring to old topics on here but I need further assistance with the simple catch navigation/menu.
I’d like to know how I can get the current page highlighted in the navigation. I noticed that the home page and actual pages in the menu will stay lit up in black but the article type pages wont.
I think this is the code that highlights the home page or index.html (if it exists inside all this php) but the “current_page_item” code must not cover the additional article list/blog pages in the menu.
#header #mainmenu ul li a:hover, #header #mainmenu ul li.current_page_item a, #header #mainmenu ul li:hover > a {
background-color: #444;
color: #fff;
}Another concern of mine was the menu item in the navigation overflowing into a second row in a different browser due to font-style interpretation. I tried changing the font to pt rather than px but I didn’t have any luck. I’d like to make it so the navigation is fixed and takes up all 976px but have the menu items be fluid when it comes to padding. I don’t know what code block would need change or if this can even be done in css but here is something related –
#header #mainmenu ul li a {
padding: 0 15px;
display: block;
color: #fff;
font-size: 17px;
line-height: 38px;
color: #444;
float: left;
}Thanks!
- The topic ‘[Theme: Simple Catch] Highlighted Current Menu & Empty Nav Space’ is closed to new replies.