[Support request] Sub menu border

Home Forums Support [Support request] Sub menu border

Home Forums Support Sub menu border

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1597871
    kl@exergy.de

    I have a border on the right and below in my submenu. How do i get rid of it. There is no css that affects this.

    Thank you very much!

    #1598026
    David
    Staff
    Customer Support

    Hi there,

    try this CSS to remove the box-shadow:

    .main-navigation ul ul {
        box-shadow: unset;
    }
    #1598050
    kl@exergy.de

    works. thank you very much!

    #1598086
    David
    Staff
    Customer Support

    You’re welcome

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