Category Menu - First Menu link display error

Discussion in 'BlogsTrend WordPress Theme' started by jrudy1971, Sep 30, 2013.

  1. jrudy1971

    jrudy1971 Guest

    Joined:
    Sep 29, 2013
    Messages:
    6
    Likes Received:
    0
    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
     
  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: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.
     

Share This Page