Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #296023

    I want my menu dropdowns transparent with alpha 95%. I use the black-and-white theme (enfold).

    • This topic was modified 10 years, 3 months ago by royaltask.
    #296795

    Hi royaltask!

    Sorry for the late reply!
    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .header_color .main_menu .menu ul li a,  .header_color .main_menu ul ul {
    background: rgba(255,255,255,0.9);
    }

    Cheers!
    Yigit

    #296803

    Very nice, thank you.

    #296810

    Hey!

    You are welcome, glad we could help! :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Transparent dropdowns’ is closed to new replies.