Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello, I added the Hero Image plugin on my website http://chorobo.com/en/ , but I have the issue it covers and disables my top menu. It is like the Hero Image sits on top of menu and you cannot click on it.
I hope you can throw some light here. Keep your great work up guys!
My best regards,
Paco
Hi Paco,
You can fix/change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
#masthead { z-index: 500 !important; }You might also need to install the SiteOrigin CSS Editor.
Thans a million Alex, I will try your code and will post the results.
By the way, I tried something similar, but the code doesn’t have effect until the first slide image is replaced by the next one… a bit weird. But when the slider shows the second image, then the whole menu and submenus become fully functional…
Best regards from Spain!
Thanks! It worked like a charm!
I think the !important keyword is the key!! Hahaha
My best regards from Spain and thanks again for your valuable help!