Hi, I changed up the category menu and now the home page menu button has a white background when on the homepage. I need it to be a black background please. When on the home page I want to see the background be black and the word "Home" be in white. I then want it to switch to a white background with white lettering for the home page button when on another page of the blog. (This is how all the other menu items act...) My site is: http://socialmediabrandingblog.com/ Thanks
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #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: #000!important; } This will solve your issue.