Hi,
I’m looking to include the Submenu in the Content area showing a full screen background image:
How should I proceed? The submenus can’t be dragged into the content section, right?
Tx!
Hey cathysdm!
I’m not really sure I understand. Can you take a screenshot and highlight exactly what your trying to do?
If your trying to display a separate menu in the page content then you can use our fullwidth submenu element to do that.
Best regards,
Elliott
Hi Elliott,
I can’t seem to be able to insert a screenshot?
Basically, if you go to the website stated in previous post, you’ll see a full width menu under the a full screen image.
I’d like this menu to appear on that image.
Not sure if it’s possible though…
Thanks!!
Cate
Hi!
So your wanting the yellow menu to appear on top of the image above it? You can insert a screenshot by clicking on the “img” button in the editor when writing your reply. You can host your image at imgur.com or some other image hosting site.
Best regards,
Elliott
Yes, correct.
Please refer to the screenshot ‘submenu’ in private content.
Thanks!!
Cate
Hi!
Please add the below code to Enfold > General Styling > Quick CSS
#top .av-submenu-container {
position: absolute!important;
margin-top: -105px!important;
background: transparent!important;
border: none!important;
}
Cheers!
Vinay Kashyap