Home › Forums › WoodMart support forum › Unwanted Transition With Full Width Navigation Drop-down Menu › Reply To: Unwanted Transition With Full Width Navigation Drop-down Menu
October 14, 2024 at 3:44 pm
#604895
princewood
Participant
I think I found the reason. The reason was my CSS. I used the code below to have a transparency for the dropdown menu. How can I set the transparency without having any issue?
div .color-scheme-dark {
opacity: 0.96 !important;
}