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

    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

    #1479590

    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

    #1479598

    Hi Ismael,
    perfect :) Thanks a lot!!!

    Many regards rixi

    #1479670

    Hi,

    No problem! Let us know if you have more questions. Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Submenu transparent in 50%’ is closed to new replies.