• Resolved pdoc

    (@pdoc)


    Hi,

    I need to adjust the visibility/opacity of the elements that are supposed to appear together with the slider, how can I do it?

    I am attaching a scree shot with comments at this link:
    https://wp.me/p7pXAe-BO
    also please read a brief explanation below.

    The opacity of the menu and dropdown entries make them hardly readable when the are opened over the slider.
    I have already changed the property in the new color css file as follow:
    In
    wp-content/themes/enigma-parallax-child00/new-color.css

    .dropdown-menu {
     background-color: #152239;
     opacity: 1; /* it was 0.6 */
    }

    But that change seems to have effect only when I scroll down from the top of the page (so that the slider starts to move away to the top).

    Thanks a lot!
    BR
    Cristiano

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

    (@weblizar_support)

    Hello,

    Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste code in Custom CSS box and save –

    .navigation_menu {
        opacity: 1;
    }
    .header_section {
        opacity: 1 !important;
    }

    Thanks.

    Thread Starter pdoc

    (@pdoc)

    Great!
    Thanks a lot!

    weblizar_support

    (@weblizar_support)

    Your Welcome

    Let us know for further query.

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

The topic ‘Dropdown menu opacity’ is closed to new replies.