Category Menu Home Page not Displaying Correctly

Discussion in 'BlogsTrend WordPress Theme' started by kmld_521, Jul 25, 2013.

  1. kmld_521

    kmld_521 Guest

    Joined:
    May 12, 2013
    Messages:
    24
    Likes Received:
    0
    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
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.
     

Share This Page