wagneric Posted February 12, 2020 Share Posted February 12, 2020 Site URL: http://wolf-cube-3k56.squarespace.com I'm working in 7.1/Clarkson. Is there a way to space out the links in my drop down nav? The only option I have is to adjust the line height, but that doesn't affect the links in the drop down. Thanks Link to comment
tuanphan Posted February 12, 2020 Share Posted February 12, 2020 (edited) Add to Home > Design > Custom CSS .header-nav-folder-item a { line-height: 1.9em; } Edited February 13, 2020 by tuanphan update code Jahhhd and wagneric 1 1 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
EMILY814 Posted December 6, 2022 Share Posted December 6, 2022 Hi, I used the code above to reduce the space in my drop down menu but it brought back the link under the active link. I dont' want that. Here are my codes. Link to comment
tuanphan Posted December 10, 2022 Share Posted December 10, 2022 On 12/6/2022 at 11:47 PM, EMILY814 said: Hi, I used the code above to reduce the space in my drop down menu but it brought back the link under the active link. I dont' want that. Here are my codes. Can you send all code in CSS box? 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
EMILY814 Posted December 14, 2022 Share Posted December 14, 2022 //////////SITE STYLES////////// //REMOVE UNDERLINED LINKS// a:link { text-decoration: none; } :any-link { text-decoration: none; } //////////NAVIGATION BAR////////// //REMOVE UNDERLINED LINKS// .header-nav-item--active a { background-image: none !important; } //FONT SIZE// .header-nav-folder-content { font-size: 80px; } //SPACING// .header-nav-folder-item a { line-height: 0.8em; } //FONT ON HOVER// .header-nav-wrapper a:hover { font-family: Poppins Light !important; } Link to comment
tuanphan Posted December 17, 2022 Share Posted December 17, 2022 Change this a:link { text-decoration: none; } to a { text-decoration: none !important; border: none !important; background-image: none !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment