harlowbogie Posted December 3, 2023 Posted December 3, 2023 (edited) Hi, How can I change the top navigation dropdown menu styling? Some things I want to do to it are: Increase linespacing Left justify text Password is: yoga Thanks in advance! Edited December 3, 2023 by harlowbogie
tuanphan Posted December 5, 2023 Posted December 5, 2023 Hi, What is site url? 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!)
harlowbogie Posted December 5, 2023 Author Posted December 5, 2023 https://coral-elk-m3e7.squarespace.com/
tuanphan Posted December 7, 2023 Posted December 7, 2023 Add to Website Tools (under Not Linked) > Custom CSS /* Dropdown menu */ .header-nav-folder-content { left: 0 !important; min-width: 250px !important; } .header-nav-folder-content * { text-align: left !important; } harlowbogie 1 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!)
harlowbogie Posted December 7, 2023 Author Posted December 7, 2023 Thank you for the fix! As I look at it now with this updated, how can I add a background color to the dropdown element? And left align dropdown text with its nav item (so that "Classes" and it's sub-menu-items below it are all left-justified with each other)? Thanks in advance!
Solution tuanphan Posted December 9, 2023 Solution Posted December 9, 2023 Add this CSS under .header-nav-folder-content { background: #ff8801 !important; padding-left: 0 !important; margin-left: -12px; } .header-nav-folder-content * { color: white; } harlowbogie 1 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