Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1495390

    Hi, How do i make the Header menu button match other buttons on site (rounded). both outlined and colored.

    #1495391

    Hi, how do i make the outlined and colored button rounded in my header.

    #1495403

    Hi,

    Thank you for the inquiry.

    You can add this css code to apply rounded corners to the outline and colored menu items in the header.

    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text, #top #wrap_all .header_color .av-menu-button-bordered > a .avia-menu-text {
        border-radius: 90px;
    }

    Please make sure to purge the cache after adding the css. Let us know the result.

    Best regards,
    Ismael

    #1495438

    works great! thank you!

    #1495457

    Hi,

    Awesome! Please feel free to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header menu button match other buttons on site (rounded)’ is closed to new replies.