How do I make the drop-down menus opaque?

Discussion in 'ButterBelly WordPress Theme' started by wlcox409, Mar 30, 2015.

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

    wlcox409 New Member

    Joined:
    Feb 27, 2014
    Messages:
    7
    Likes Received:
    0
    On the main navigation bar of the Butterbelly theme, the dropdown menus are partially transparent. The header image shows through the drop-down menus and makes them hard to read. How can I make the drop-down menus opaque? Can you please send me some CSS code that will make the drop-downs 0% transparent?
    Thank you.
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

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

    Code:
    ul.children{
      opacity: 1;
    }
    Regards,
    Sameer
     
  3. wlcox409

    wlcox409 New Member

    Joined:
    Feb 27, 2014
    Messages:
    7
    Likes Received:
    0
    I pasted the code as you instructed and saved changes, but there was no change to the transparency. The drop down menus are still partially transparent and the text in the header shows through. This makes the drop-down menu items hard to read and doesn't look good. The default white color is OK, I just need the menus to be opaque so the background does not show through.
    Can we try something else, please?
    Thank you for your response.
     
  4. sameerwalkar

    sameerwalkar Guest

    Hi,

    Kindly provide your Site URL.

    Regards,
    Sameer
     
  5. sameerwalkar

    sameerwalkar Guest

    Hi,

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

    Code:
    #menu .ddsmoothmenu li li {
      background: #fff;
      }
    Regards,
    Sameer
     
  6. wlcox409

    wlcox409 New Member

    Joined:
    Feb 27, 2014
    Messages:
    7
    Likes Received:
    0
    That worked well - thank you.
     
Thread Status:
Not open for further replies.

Share This Page