oneness369 Posted July 13, 2023 Share Posted July 13, 2023 (edited) Does anyone know how how to I change the color on the background of a dropdown? Thank you! Edited July 14, 2023 by oneness369 Link to comment
tuanphan Posted July 14, 2023 Share Posted July 14, 2023 You can add this to Design > Custom CSS /* Dropdown Color */ .header-nav-folder-content { background: #f1f !important; } 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!) Link to comment
oneness369 Posted July 14, 2023 Author Share Posted July 14, 2023 Thank you @tuanphan! You are incredible. So I got that to work but I have two questions now. 1) Is there a way that I can change the opacity so the background doesn't look too solid? 2) Some of the pages have a lighter background so is it possible to not use the dropdown background for those pages? Just keeping those pages clean Link to comment
tuanphan Posted September 15 Share Posted September 15 #1. Use CSS code like this to change opacity of dropdown background div.header-nav-folder-content { background-color: rgba(51,8,247,0.5) !important; } #2. To remove dropdown background on One Page, use CSS code like this #collection-6673f2e18432c25013aee99f div.header-nav-folder-content { background-color: transparent !important; } with #co....99f is Page ID. Use this approach to find Page ID 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!) 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