Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1179118

    Is there quick css to allow this?
    Button style menu links are available only in top level of the menu.

    #1179411

    Hey web6s,

    I’m not sure if that would be possible, but send us a link to where we can see the element in question so that we can have a closer look.

    Best regards,
    Rikard

    #1179469

    See private content

    #1179478

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    li#menu-item-80253132 .avia-menu-text,
    li#menu-item-80253173 .avia-menu-text
     {
        background: orange;
        padding: 10px;
        border-radius: 5px;
        color: white;
    }
    
    

    Best regards,
    Yigit

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