remove the yellow effect

Discussion in 'Dzonia WordPress Theme' started by oppy10512, Apr 24, 2015.

  1. oppy10512

    oppy10512 New Member

    Joined:
    Apr 1, 2012
    Messages:
    10
    Likes Received:
    0
    http://oppenheimerlandscapegroup.tk

    The main menu bar Landscaping Services has a button that says "Landscape Services " which opens a dropdown menu with other boxes:

    If I click on any of these three boxes and then I hover over "landscape Serivces ", how do i remove the shaded yellow.

    Could you please fix this so that there is no shading on any of the drop down menus and the main menu bar.

    Thanks again
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    #menu .ddsmoothmenu li:hover{
    background: none !important;
    }
     
    #menu .ddsmoothmenu li a:hover {
      color: #000;
    }
    #menu li a{
    color: #000 ! important;
    }
    Hope it will solve your issue.
     
  3. oppy10512

    oppy10512 New Member

    Joined:
    Apr 1, 2012
    Messages:
    10
    Likes Received:
    0
  4. oppy10512

    oppy10512 New Member

    Joined:
    Apr 1, 2012
    Messages:
    10
    Likes Received:
    0
    I go to the page above and then hover over sweeping services and the drop down menu is still shaded
     
  5. sameerwalkar

    sameerwalkar Guest

    Hello,

    Ok, I got your concern. Now also apply the below CSS code:

    Code:
    #menu .ddsmoothmenu li.current-menu-parent{
    background:none !important;
    }
    #menu .ddsmoothmenu li.current-menu-item{
      background: none !important;
    }
    Hope it will solve your issue.
     

Share This Page