Hi, My category menu has (4) menu items. My first menu link, which is the first one on the left side has two issues: 1 - It shows a HOME icon in the menu, next to the menu text, but that menu item is not for HOME. How do i remove the HOME icon from the menu? 2 - When i select the first menu item, i am taken to the correct page, but the menu text is all white. It should have a green back ground, but seems to have it set to a white back ground so i am not able to see the text in the menu. Web Site Link: www.TheWeightLossBattle.com thanks
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu li:first-child a { background: none; } #menu .ddsmoothmenu li a:hover, #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li.current-cat a { background-color: #2193ac!important; } This will solve your issue.