Home Forums WoodMart support forum modifying dropdown bg color

modifying dropdown bg color

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #48188

    Alemantico
    Participant

    dear people,
    I’d like to get the bg of the dropdown more transparent. I already tried via firebug, but I guess I hit the wrong one (screenshot). Could you give me a hint, please?

    Attachments:
    You must be logged in to view attached files.
    #48231

    Hello,

    Please add this code to custom CSS area in the Theme Settings in order to correct:

    .sub-menu-dropdown {
        background-color: rgba(255,255,255,0.5);
    }

    If you want less transparent replace 0.5 for 0.8 Please note: 1 – not transparent, 0 – transparent, choose and use the value you need.

    If you have any questions please feel free to contact us.

    Best Regards

    #48274

    Alemantico
    Participant

    thank you, Elise! But that given class is neither working!

    #48291

    Hello,

    will you try this one:

    #menu-handheld-menu > .sub-menu-dropdown {
        background-color: rgba(255,255,255,0.5);
    }

    If it does not work, please provide your credentials.

    Best Regards

    #48295

    Alemantico
    Participant

    hmmm … that’s not working either 🙁 !

    #48307

    Eric Watson
    Participant

    Hello,

    Sorry, but the admin access is not correct.
    https://prnt.sc/iv8nw1

    Kind Regards
    XTemos Studio

    #48554

    Alemantico
    Participant

    Yes, you were right! Sorry, I don’t know how that happened! Anyway, I fixed it now and tried myself to login. It should work now!

    best regards!

    #48620

    We are glad to know that you have fixed the issue. If you have any questions please feel free to contact us.

    Best Regards

Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)