• Since the last update, the dropdown menus on my site’s (journeytomygreatness.com) header section opacity is transparent. I haven’t made changes to the header section since the creation of the site back in 2014. I’ve checked the CSS and I can’t find the problem. Please help. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello jtmgblog,

    To fix this, please add the following code to your custom CSS and make sure to clear all caches or your might not see the changes:

    .nav ul.sub-menu {
        opacity: initial !important;
    }

    It appears that you don’t use a child theme, please click here and follow these steps before making any changes.

    Take care.

    Theme Author presscustomizr

    (@nikeo)

    Hi @jtmgblog thanks for reporting the problem.
    This will be fixed in the upcoming release.

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

The topic ‘Drop down menu opacity is transparent since update’ is closed to new replies.