WordPress site - dropdown menu disappears on home page

Hi,

My dropdown menu’s seem to disappear so do not allow one to chose any options:

Site: www.pixacard.com

Can anyone help?

Regards

Hi @amrat,

I hope you are well today and thank you for your question.

You can try resolving this issue by adding the following CSS code in the style.css file of your child theme.

 body.home #main .entry-content .vc_row.wpb_row.vc_row-fluid.vc_custom_1471969087786.vc_row-has-fill.vc_row-o-content-middle.vc_row-flex.vc_general.vc_parallax.vc_parallax-content-moving {
    z-index: 0;
}

Best Regards,
Movin

Hi Movin,

Thanks for helping by providing me with the css code. I have tried this but cannot solve the problem still. I don’t suppose you can help any further?

Regards
Amrat

It seems some classes of visual composer div has changed in the meanwhile causing the provided CSS code not to work so please try using below CSS code instead.


 body.home #main .entry-content > .vc_row:first-child{
      z-index: 0;
 }

Hi Movin,

Thanks, the code you provided has solved my problem. I added it to the css settings for the home page (where the problem was). I really appreciate your help!

Kind regards
Amrat

You are most welcome here :slight_smile:

NIce site, what theme is this? Will this css work for a Storefront theme?

@Sarah The provided CSS code may not work with Storefront theme but if you need any help then please create separate topic for it here https://colorlibsupport.com/c/other/

NIce site, what theme is this?