Menu line height and cross-sells
-
Hi,
1. How can we reduce line height a bit in a header drop down menu, the category names are a bit too far apart?
2.How to replace the text that shows in cross-sells from YOU MAY ALSO LIKE… to
MATCHING ITEMS?
Thank you!
Hi,
1. Could you please attach a screenshot?
2. Did you try to change it with Loco Translate plugin? Here is a video that demonstrates how to translate strings with this plugin https://www.youtube.com/watch?v=tAFq1yTfWfU
Regards
Hi,
1. Attached
2. No, we haven’t, we didn’t know It requires a plugin.
Thank you!
Attachments:
You must be
logged in to view attached files.
Here is a code snippet to reduce the space between menu items
.basel-navigation p {
margin-bottom:5px;
}
Regards