I'm in Version 7.1 and I want to increase the vertical spacing/padding between items in the drop down menu. So in the attached image, more vertical space between "Doodle Line Art" and "Lino Print Stars" etc.
Also, I might want to change the font highlight colour when a submenu item is clicked on/selected, so if anyone has any code for that, it would be appreciated.
Add to Home > Design > Custom CSS
.header-nav-folder-item a {
padding-top: 10px !important;
}
.header-nav-folder-item--active a {
color: red !important;
}
Question
JenIJW 0
Hi,
I'm in Version 7.1 and I want to increase the vertical spacing/padding between items in the drop down menu. So in the attached image, more vertical space between "Doodle Line Art" and "Lino Print Stars" etc.
Also, I might want to change the font highlight colour when a submenu item is clicked on/selected, so if anyone has any code for that, it would be appreciated.
Thanks
Link to post
Top Posters For This Question
6
3
2
2
Popular Days
Feb 18
3
Feb 17
2
Oct 23
2
Oct 5
1
Top Posters For This Question
tuanphan 6 posts
JenIJW 3 posts
Cindy1570048209 2 posts
harlowbogie 2 posts
Popular Days
Feb 18 2020
3 posts
Feb 17 2020
2 posts
Oct 23 2020
2 posts
Oct 5 2020
1 post
Popular Posts
tuanphan
Can you share link to your site?
tuanphan
Add to Home > Design > Custom CSS .header-nav-folder-item a { padding-top: 10px !important; } .header-nav-folder-item--active a { color: red !important; }
tuanphan
a.Header-nav-folder-item { padding-top: 10px; }
Posted Images
15 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment