How can I add separator lines to menu items like you have in the demo and can I do it in the mobile catalog?
This topic has 5 replies, 2 voices, and was last updated 7 hours, 32 minutes ago ago by Goostaf
How can I add separator lines to menu items like you have in the demo and can I do it in the mobile catalog?
Hello, @Goostaf,
Thank you for contacting us and for using XStore.
Yes, it is possible to add separator lines to menu items by using the custom CSS **border-top** property. You can find more details about this property at the following link:
https://www.w3schools.com/cssref/pr_border-top.php
Alternatively, please provide the URL of the page where you would like to add separator lines to the menu. This will allow us to review the page and provide you with the appropriate custom CSS code to resolve your issue.
Best regards,
8Theme Team
we would like to make the main catalog and the submenu drop-down menu as you have shown in your example.
Hello, @Goostaf,
Thank you for your response.
Kindly try adding the following custom CSS code in **XStore > Theme Options > Theme Custom CSS > Global CSS
.et_b_header-menu .secondary-menu-wrapper ul.menu li {
border-bottom: 1px solid #c7c7c7;
}
We hope this solution is helpful. Please let us know if you need any further assistance.
Best regards,
8Theme Team
Super, thank you!
Can you also tell me how to increase the click area around the drop-down arrow? It is very small and difficult to get into it, clicked section usually, I tried to make the font larger and indent like this: div.mobile-menu-content .open-child {
font-size: 8px;
padding: 15px; but the arrow becomes very big, and I just want to increase the click area without increasing the arrow itself.
You must be logged in to reply to this topic.Log in/Sign up