Button/Text scrolling OnTop of menu

a few questions:

1.not exactly sure how to describe the issue, but you can see it @ michaelhayesglass.com/wordpress/

when scrolling, first widget button and text move ontop of menu

is there a css to move these down a layer?

  1. is there a way to change text color of an individual widget and not all widgets?
    you will notice when viewing problem #1 that you can’t actually see the text as its white on a white background.

thanks for the help

Hi,

Those issue can be solved via CSS,

#site-navigation { z-index: 99 !important; }
#shapely_home_parallax-4 h1 { color: #ff0000; }

Let us know,

Thanks,
laranz.

YESSS!!! it worked. thank you thank you !

Hi,

Glad it works :slight_smile:

Let us know, if you have any other questions. :wink:

Thanks,
laranz.