Hello,
Currently working on http://www.bardactest.dreamhosters.com. I really like how the main menu becomes transparent when scrolling down. How would I apply this level of transparency to the drop down menu so that they are always as transparent. Not just on the scroll down, but all the time? Thanks in advance!
Hi PaintedMidget!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.header_color .main_menu ul ul { background-color: transparent; color: black; }
Best regards,
Yigit
Hey Yigit! Thanks so much for your response. I have done as you’ve said, but there is still no change to the drop downs.
Hi!
Please add following code to Quick CSS as well
.header_color .main_menu .menu ul li a { background-color: rgba(92,101,115,0.9); color: black; }
Best regards,
Yigit
Yigit,
Thanks again for your response – I think we are getting closer! With the recent code addition, the drop downs are completely clear. However, I was hoping that the drop downs would match the translucent gray of the main menu during the scroll down, but also look that way all the time (i.e. not just on the scroll down). Again thanks for the help!
Hi!
I have updated the code i posted in my previous post, please try it now. You may need to adjust RGB value of the color
Regards,
Yigit
Perfect, just what I was looking for! I suspected it would require an RGB value. Thanks so much for the help and quick responses – Kriesi support is the best!