Hi, How do i make the Header menu button match other buttons on site (rounded). both outlined and colored.
Hi, how do i make the outlined and colored button rounded in my header.
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
works great! thank you!
