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
Rasmus_SparkPlugin Posted April 19, 2021 Share Posted April 19, 2021 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 😃 - Rasmus Myhrberg, Founder of sparkplugin.com Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.