[Resolved] How to highlight mobile menu items

Home Forums Support [Resolved] How to highlight mobile menu items

Home Forums Support How to highlight mobile menu items

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1471740
    Павло

    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

    #1471820
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .main-navigation.toggled .main-nav li {
        border-bottom: 1px dotted #ccc;
    }
    #1471861
    Павло

    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

    #1471953
    David
    Staff
    Customer Support

    Try adding this as well:

    .main-navigation.toggled .main-nav li:first-of-type {
        border-top: 1px dotted #ccc;
    }
    #1471965
    Павло

    Hello!

    Everything works perfectly.

    Thanks for your prompt support.

    What date is the release of theme 3.0 planned. ?

    Yours faithfully,
    Paul

    #1471984
    David
    Staff
    Customer Support

    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

    #1471988
    Павло

    thanks for the answer

    #1471996
    David
    Staff
    Customer Support

    You’re welcome

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.