• Currently using the Jetpack theme and was wondering if there was any way to change the opacity of the navigation dropdown menu/bar. Currently the dropdown is transparent and blends in with the background text of the site. I was wondering if there was a way to make it solid or less transparent? A picture is shown below:

    https://postimg.org/image/n3ecz9a4l/

    Thank you

    • This topic was modified 9 years, 6 months ago by simonzhou.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there,

    Please post a link to your site. Thanks!

    Thread Starter simonzhou

    (@simonzhou)

    uclacsc.org

    • This reply was modified 9 years, 6 months ago by simonzhou.

    Hey there,

    You can achieve what you’re after by adding following custom CSS to the theme using Jetpack’s Custom CSS Module:

    #topmenu ul li ul:not(.mega-sub-menu) {
        background: rgb(214, 13, 13)!important;
    }

    Change the color codes according to your needs. Hope it helps 🙂

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

The topic ‘Change Transparent Navigation Dropdown Bar’ is closed to new replies.