pipaejiii Posted February 1 Posted February 1 The menu options are there, just in white. How do I change this to be visible and the width of the text?? /* fix dropdown items color */ .header-nav-item.header-nav-item--folder.header-nav-item--active .header-nav-folder-content a { color: #000000 !important; }
tuanphan Posted February 5 Posted February 5 Use this CSS code div.header-nav-folder-content * { color: #000 !important; } /* Dropdown auto width */ .header-nav-folder-content { width: auto !important; min-width: unset !important; } You can find more code on Dropdown Menu here Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment