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

    When hovering over my menu there seems to be a slight opacity change, how can I remove this effect.

    I am really struggling to see what CSS is applied on hover states, do you have any recommendations on how I can see this info, inspecting element in chrome doesn’t show the hover css.

    #454496

    Hey Luke86!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .av_header_transparency .main_menu ul:first-child > li > a:hover, #top #wrap_all .av_header_transparency .sub_menu > ul > li > a:hover {
      opacity: 1;
    }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.