StephSaigon Posted April 19, 2021 Share Posted April 19, 2021 Hi, how can I change the colour and link spacing in the sub menu? Thanks for your help. Link to comment
Spark_Plugin Posted April 19, 2021 Share Posted April 19, 2021 (edited) It is possible, but you'll have to use custom css😊 Add it in Design > Custom CSS. Change link spacing (change the value to your liking): .header-nav .header-nav-item--folder .header-nav-folder-content .header-nav-folder-item {   line-height: 2 !important; } Change sub-menu color (change color to your liking): .header-nav-folder-content { background: #febf00 !important; } If you don't want to use custom code: I'm currently working on a plugin where you can change above very easily (without coding). If you are interested, you can read more about it here: sparkplugin.com 😃 Edited April 19, 2021 by RasmusM - Rasmus Myhrberg, Founder of Spark Plugin Spark Plugin – The Ultimate Design Toolkit for Squarespace 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