GeorginaBug Posted May 31, 2020 Share Posted May 31, 2020 Site URL: https://cobalt-megalodon-76cs.squarespace.com/ Hello, I need some help on styling my navigation. I have a drop down navigation and would like to increase the line spacing between the items, and apply my custom font to the navigation text. Does anyone know the CSS I should add to my custom CSS code? I would appreciate anyones help on this! Thanks, Link to comment
derricksrandomviews Posted May 31, 2020 Share Posted May 31, 2020 This should take care of the first thing place in custom css. .header-nav-folder-item a { padding-top: 10px !important; } Link to comment
GeorginaBug Posted May 31, 2020 Author Share Posted May 31, 2020 Amazing! Thanks Derrick. Do you know how I add my custom font to the navigation CSS? Link to comment
tuanphan Posted May 31, 2020 Share Posted May 31, 2020 Add to Home > Design > Custom CSS @font-face { font-family: 'tuanphan'; src: url(https://static1.squarespace.com/static/5d2b34d977f80900014edb0d/t/5e3f7cb899dd6e23d8b1e836/1581219002767/nexa-regular.otf); } .header-nav-item a { font-family: 'tuanphan'; } .header-menu-nav-item a { font-family: 'tuanphan'; } 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
GeorginaBug Posted May 31, 2020 Author Share Posted May 31, 2020 Thank you! This worked! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.