• When a header image is absent, it seems that longer submenus become transparent towards the bottom, and the text on the page bleeds through. I’ve included a link to a page where this is happening. How do I fix this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @jlhenkle,

    It looks like the Elementor plugin is using CSS to make sure that its content appears over other elements in the theme.

    To prevent this from occurring, please try adding the custom CSS below to your site at the bottom of Appearance > Customize > Additional CSS:

    .search-navigation {
    	z-index: 2;
    }

    If the CSS doesn’t have the desired effect, please keep it in the Customizer so that I can troubleshoot it further.

    I hope this helps ??

    Thread Starter jlhenkle

    (@jlhenkle)

    HI @gary-barrett,

    That worked beautifully! Thank you so much. Really appreciate the help.

    Thanks,
    Jessica

    You’re welcome, glad I could help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Long subbmenu becomes transparent if header image is absent’ is closed to new replies.