genfoch01 Posted October 13, 2022 Share Posted October 13, 2022 Site URL: https://www.soulandfineart.com SS=7.1 fluid pw: Art-is-Joyful how can i change the background color of the entire dropdown when the mouse hovers over a folder in my top nav? In case it matters I am using the following in css /* stop folders in nav from being clickable */ a.header-nav-folder-title { pointer-events: none; } /* end stop folder click */ /* start add color change to folder items on hover */ .header-nav-folder-item:hover { background: #C3C3C3; } /* END add color change to folder items on hover */ Link to comment
tuanphan Posted October 17, 2022 Share Posted October 17, 2022 Add to Design > Custom CSS /* Nav dropdown */ .header-nav-folder-content { background-color: #f1f !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Solution genfoch01 Posted October 17, 2022 Author Solution Share Posted October 17, 2022 Perfect! thank you! tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment