Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #283742

    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!

    #283775

    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

    #284115

    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.

    #284128

    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

    • This reply was modified 10 years, 4 months ago by Yigit.
    #284136

    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!

    #284138

    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

    #284149

    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!

    #284154

    Hey!

    You are welcome, we are always glad to help :) Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Make drop down menus slightly transparent’ is closed to new replies.