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 15, 2024 at 9:01 am
#605009
Aizaz Imtiaz Awan
Keymaster
Hello,
You can adjust the transparency without the text delay issue by trying this CSS. Try to use this custom css.
div .color-scheme-dark {
background-color: rgba(0, 0, 0, 0.96) !important;
}
Best Regards