Home › Forums › WoodMart support forum › modifying dropdown bg color modifying dropdown bg color This topic has 7 replies, 3 voices, and was last updated 6 years, 7 months ago by Elise Noromit. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts March 22, 2018 at 9:37 pm #48188 AlemanticoParticipant 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. March 23, 2018 at 7:32 am #48231 Elise NoromitMember 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 March 23, 2018 at 9:01 am #48274 AlemanticoParticipant thank you, Elise! But that given class is neither working! March 23, 2018 at 9:22 am #48291 Elise NoromitMember 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 March 23, 2018 at 9:59 am #48295 AlemanticoParticipant hmmm … that’s not working either 🙁 ! March 23, 2018 at 10:34 am #48307 Eric WatsonParticipant Hello, Sorry, but the admin access is not correct. https://prnt.sc/iv8nw1 Kind Regards XTemos Studio March 24, 2018 at 10:04 pm #48554 AlemanticoParticipant 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! March 25, 2018 at 11:51 am #48620 Elise NoromitMember We are glad to know that you have fixed the issue. If you have any questions please feel free to contact us. Best Regards Author Posts Tagged: css, dropdown Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to create new topics. Login / Register