Header Menu - Drop down Issues

Discussion in 'GoldenEagle WordPress Theme' started by mightypizzaoven, Nov 12, 2012.

Thread Status:
Not open for further replies.
  1. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    1- My header menu drop down located on the right is being cut off.

    2- I was able to change the background color of the dropdown menu, but for some reason the background color of the first item in the drop down didn't change.

    #menu li a.selected {
    color:#C81D26;
    }
    #menu li.current_page_item a, #menu a:hover {
    color:#C81D26;
    }
    #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
    color:#C81D26;
    }
    #menu .ddsmoothmenu li ul li {
    background-image:none;
    background:#CBECB0;
    }


    See MightyPizzaOven.com​
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue.
    Our technical team working on it, We will contact you as soon as possible.

    2.For your second issue.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu ul li:first-child{
    background:#CBECB0!important;
    }
     
  3. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    Thank you.

    In regards to the second issue, how can I adjust the space above the first link.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please specify about which link link you are talking.
     
  5. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    The first link on every drop down menu.
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu ul li:first-child{
    padding-top:10px;
    }

    Adjust its value as per your requirement.
     
  7. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    Thanks,

    Any update to resolve header menu drop down located on the right is being cut off.
     
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Download theme from your members area and upload it, This will solve your issue.
     
  9. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    Thanks... It worked
     
Thread Status:
Not open for further replies.

Share This Page