Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #281344
    oldpille
    Participant

    Hello ,
    I am new to you. My website is www. fotogruppe-nebenan.de.
    I have a question. I would like to change the color of the background of the submenu. Transparent would also be a solution.
    Many thanks in advance
    Best regards
    Oldpille

    #281348
    Skandha
    Participant

    @oldpille: Hello Oldpille,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .sub-menu {
        background-color: transparent !important;
        border: unset !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #281406
    oldpille
    Participant

    Hello Skandha,
    Thank you for the quick help. It works
    with the desktop version. It remains unchanged on smartphones and tablets – black. Is there also a code for this?
    regards
    Oldpille

    #281420
    Skandha
    Participant

    @oldpille: Hello Oldpille,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .menu-inside-wrapper {
        background-color: transparent !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #281422
    oldpille
    Participant

    Dear Skandha,
    Thanks also for this quick answer.
    Yes, it works, but the search icon is still black.
    Or is there a function in which you can set the transparency (0-100%). Excuse me if I ask too much.
    Thank you and have a nice day
    Oldpille

    #281484
    Skandha
    Participant

    @oldpille: Hello Oldpille,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .mobile-social-search, input[type="search"] {
        background-color: transparent !important;
    }
    .mobile-social-search input[type="search"] {
        color: #fff;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘change background of the submenu’ is closed to new replies.