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

    Hi,

    wie bekomme ich den Rahmen, der um das Submenü herum ist weg?

    Vielen Dank.
    Antoinette

    #736230

    Hey gnw,

    Thank you for using Enfold.

    What do you mean by “frame”? Would you like to remove the border of the sub menu container? Please add this in the Quick CSS Field.

    .av-main-nav ul {
        box-shadow: none;
        border: none !important;
    }
    
    .av-main-nav ul li a, .av-main-nav ul li:last-child > a {
        border: none !important;
    }

    Best regards,
    Ismael

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