website: http://www.telugumovieshub.com/
I followed this tutorial here (except for creating a child theme): http://50dollarblogs.net/wordpress-menus-support/ to add menu support to my theme (coremag) which did not support it.
It did add the menu support as needed. My issue is that the css that I have added to my style.css is not being recognized at all.
#navigation ul#menu-main-menu{
display: block;
height: auto;
list-style-type: none;
margin: 0;
padding: 0;
width: 100%}
#navigation ul#menu-main-menu li.current_page_item a:link,
#navigation ul#menu-main-menu li.current_page_item a:active,
#navigation ul#menu main-menu li.current_page_item a:visited {
background-color: #525252;
border-style: none;
border-width: 0;
color: #FFFFFF;
display: block;
font-size: 11px;
font-weight: bold;
height: auto;
list-style-type: none;
margin: 0;
padding: 6px 9px;
text-decoration: none;
width: auto;}
I have left the current nav menu there to show the look that I am trying to achieve.
Thanks for any help.
Ken
Did you include the reference to your style sheet after the reference to the WordPress sheet? There does not appear to be a reference to stylesheet.css in your source code anywhere.
— So there are no elements with id=”navigation”