Site logo

Archived topic

How to highlight mobile menu items

7 replies · Started by Павло on October 4, 2020

Viewing posts 1–8 of 8

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

This archived topic is closed to new replies.