Archived topic
How to highlight mobile menu items
7 replies · Started by Павло on October 4, 2020
Hello!
Tell me how on my website https://malynevskyi.com/ (example: https://prnt.sc/usxxxa) you can select the items of the mobile menu in the mobile version (example: https://prnt.sc/usxvv7).
Respectfully yours,
Pavel
Hi there,
try this CSS:
.main-navigation.toggled .main-nav li {
border-bottom: 1px dotted #ccc;
}
Hello!
Thanks for the help.
The code you provided worked.
Tell me how to make a similar line above the first menu item (https://prnt.sc/usywvn).
Yours faithfully
Paul
Try adding this as well:
.main-navigation.toggled .main-nav li:first-of-type {
border-top: 1px dotted #ccc;
}
Hello!
Everything works perfectly.
Thanks for your prompt support.
What date is the release of theme 3.0 planned. ?
Yours faithfully,
Paul
You're welcome.
3.0 release date is very soon we're in Release Candidate stage - so no more changes should be required. Hoping for release within 1 - 2 weeks maximum
thanks for the answer
You're welcome