Remove the gray opacity when scroll on menu

Home Forums Astir WordPress Theme Remove the gray opacity when scroll on menu

This topic contains 1 reply, has 2 voices, and was last updated by  ab-themes 7 years, 8 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17897

    Obliquo
    Participant

    Good morning, thank you for your work.
    I wanted to ask how can I do to remove the gray opacity that overlaps on the content when I go on the menu.

    Thank you,
    Michele

    #17906

    ab-themes
    Keymaster

    Hello,

    you can change this inside style.css file.
    Find this code:

    #astir_main_header.header_layout_regular nav > ul:hover + .menu_item_overlay{
    	visibility: visible;
    	opacity: 0.15;
    	transition: opacity 250ms linear;
    }

    and change opacity value to zero.

    Best Regards

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

The topic ‘Remove the gray opacity when scroll on menu’ is closed to new replies.