I was trying to find a way to possibly change the z-index of the drop down menu but it is getting hidden behind the slider on the front page of my site.
When I got to click on login the username is visible but the password is not. I can got to another page without a slider and I can see the whole drop down for login so I'm pretty sure its just being hidden behind the slider. I am using the layerslider WP plugin.
Any ideas how to configure this so it doesn't get hidden behind the slider?
Kindly provide me your site url.
Don't forget to mark it as private.
This reply has been marked as private.
Go to wp-admin->appearance->customiser->add custom CSS-> add these lines and save.
.home .ls-container .ls-inner{
position:absolute !important;
z-index:0 !important;}