[Resolved] Line height and colour of sub-items in burger menu

Home Forums Support [Resolved] Line height and colour of sub-items in burger menu

Home Forums Support Line height and colour of sub-items in burger menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1570559
    Álvaro

    Hi!

    I have the burger menu by default in my website (not only in mobile). I want to know how to change the backgroud color of sub-items and the line-height. I attach a screenshot: Screenshot.

    My website is: https://descubrirlahistoria.es

    Thanks!

    #1570725
    David
    Staff
    Customer Support

    Hi there,

    you can change the colors in Customizer > Colors > Off Canvas Panel

    The menu item height can be adjusted in Customizer > Layout > Off Canvas Panel. If you want to change the sub-menu item independently you can use this CSS:

    .slideout-navigation.main-navigation .main-nav ul ul li a {
        line-height: 24px;
    }
    #1571336
    Álvaro

    It works! Thank you very much, David.

    #1571353
    David
    Staff
    Customer Support

    Glad to hear that!

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