I would like to make a single superfly menu item in smaller font, but I don’t know how. Could you be able to help with this issue? I’d like to make the last menu item text “Suomeksi” smaller. Thank you.
Hello Minna,
To make the last menu item smaller, you need to add this custom CSS code under X–>Theme Option–.CSS
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0>li:nth-child(6) {
font-size: 10px;
}
Please feel font size as per your design.
The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Hope it helps.
Thanks
Thank you so much, worked like a charm!
Glad to hear that, Minna.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.