Hi,
could you tell me how i can make the submenu transparen in quick CSS? That would be great! The header is already transparent.
Many regards
rixi
Hey rixi,
Thank you for the inquiry.
You can add this css code to adjust the background color of the submenu items:
#top .av-main-nav ul a {
background: rgba(255, 255, 255, 0.5) !important;
}
Best regards,
Ismael
Hi Ismael,
perfect :) Thanks a lot!!!
Many regards rixi