Hello there,
How to get transparent background for the Sub-Menu on top? (drop down menus on the top)
How to get a developer id for a full screen gallery? (so that I can link it in the menu)
Thanks in advance.
HP
Hey MrHarryPotter!
1. Try adding this to your custom CSS.
.sub-menu, .sub-menu li, .sub-menu a {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4) !important;
}
2. Are you talking about the fullscreen slider? If so then you can target it with this ID.
#fullscreen_slider_0
And increase the 0 for each fullscreen slider your using on the page.
Regards,
Elliott