Hello, with your help i got the header with some opacity and the slider behind the header.
https://kriesi.at/support/topic/slider-under-header/#post-199541
But now i need the dropdown to get the same transparency then the header.
Cheers,
Markus
Hey der_mueller!
Please use this on Quick CSS:
.header_color .main_menu ul, .header_color .main_menu .menu ul li a {
background: rgba(255,255,255,0.5);
}
Best regards,
Ismael
Hello Ismael,
thanks for this quick solution.
Markus