• rjrobinson

    (@rjrobinson)


    I’m using a menu widget, but because the dropdown is semi-transparent, it can’t be read properly over the widget below. Can anyone tell me which CSS file & attribute do I need to set to make the menu fully opaque, please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • WPyogi

    (@wpyogi)

    Without looking at the site — no way to tell for sure. Can you post a link to it? Or use Firebug to see what CSS is relevant to that area/element.

    Thread Starter rjrobinson

    (@rjrobinson)

    Thanks – I’m at https://www.rjr.me – the menu is under the Content section. I’ll have a look at Firebug too.

    WPyogi

    (@wpyogi)

    Looks like adding a background color (i.e. white) may fix that — so add this to your CSS file:

    .menu li {
        background: #ffffff;
    }

    You may well already know this, but do be aware that you really don’t want to make changes to the theme files — rather use a child theme or a custom CSS plug-in.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Making menus opaque’ is closed to new replies.