how to add text to the categories menu in the mobile version
-
1) Hello. How to add text to the categories menu in the mobile version, for example, a mobile phone number?
2) How in the categories menu in the mobile version, remove the gray lines between some sections and make the distance between them smaller, reduce the height between some sections?
Attachments:
You must be
logged in to view attached files.
Hi mbsoftmb,
Thanks for reaching to us.
1. Try to add any content in the mobile menu area from Appearance > Widgets > Area after the mobile menu. https://prnt.sc/GyCs6LuWX4w0
Please try to use the below custom CSS code and paste it to Theme Settings > Custom CSS > Mobile CSS section:
.mobile-pages-menu.wd-active + .widgetarea-mobile {
display: none;
}
2. Please try to use the below custom CSS code and paste it to Theme Settings > Custom CSS > Mobile CSS section:
.wd-nav-mobile.mobile-categories-menu>li>a,
.wd-nav-mobile.mobile-categories-menu>li>ul li>a {
border: 0;
min-height: 30px;
}
Best Regards.
and how to add a thin gray line in a certain place in the mobile menu (as in the screenshot). Can you post the html code for this line so that it can be added between sections?
Attachments:
You must be
logged in to view attached files.
Hi mbsoftmb,
Thanks for your patience.
To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Best Regards,
Hi mbsoftmb,
Thanks for details.
You are using Raw HTML code for information. Can you please try with HTML Block? You can use different Section widget for each section and you can control styles more easier.
https://elementor.com/help/border-type/
Best Regards,