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].
See how gif/image bleeds behind the menu item here https://www.clearslide.com/
Is there a way for us to do it?
Hi 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.