Site logo

[Resolved] Border bottom on off-canvas items

Home Forums Support [Resolved] Border bottom on off-canvas items

Home Forums Support Border bottom on off-canvas items

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2425871
    Albert

    Hello,

    I would like to know how I can add a 1-pixel border-bottom to the off-canvas mobile menu items.

    Thank you very much

    #2426007
    Leo
    Staff
    Customer Support

    Hi Albert,

    Try this CSS:

    .slideout-navigation.main-navigation .main-nav ul li a {
        border-bottom: 1px solid #fff;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps 🙂

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