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

    Hi, I have two buttons in my menu. Both have a solid line currently, but I’d like to give one of them, the one called ‘webshop’, a dashed line. How can I alter this element to the border-style: dashed; ?

    #1363617

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top #wrap_all #header.header_color #menu-item-2127.av-menu-button-bordered > a .avia-menu-text {
      border-style: dashed;
    }
    

    Best regards,
    Yigit

    #1363627

    works like a charm!

    #1363633

    Hi,

    Great!

    Let us know if you have any other questions and enjoy your weekend :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to generate a button in the menu with a dashed line?’ is closed to new replies.