Is there a way to bleed image behind the menu items like this
See how gif/image bleeds behind the menu item here https://www.clearslide.com/
Is there a way for us to do it?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi R G
Not easily. To change the menu opacity you can try the following under Appearance > Custom CSS:
/* Vantage - Adjust color and opacity of drop down menu items and drop down menu hover */ .main-navigation ul ul { background: rgba(200, 54, 54, 0.5) !important; } .main-navigation ul ul li:hover > a { background: rgba(200, 54, 54, 0.5) !important; }The first three numbers in a RGBA value are the color, the fourth is the opacity.
Additionally you’d need to try the following under Appearance > Custom CSS to shift the slider up:
/* Vantage Logo in Menu Slider Overlap */ .main-navigation { z-index: 1; } #main-slider { margin-top: -59px; }Hmm, i tried nothing happened.
Please leave the Custom CSS in place and send through your url. The above assumes you’re using the “Logo in Menu” layout.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.