I want to create a button of the Kontakt-menu-point on my side http://my-transformance.de/
like on this website: https://melrobbins.com/
How can I do this? :)
Hey transformmedia,
To create a button styled menu item please refer to the menu links section in the documentation.
Let us know if you have any questions :)
Best regards,
Vinay
Thank you, Vinay.
I already use the button style (colored) option and now the button around “Kontakt” is black and doesn’t look like in the documentation with rounded corners.
How can I have it exactly like in the documentation and change the colour + having the rounded corners?
Edit: I think I just need to change the color.
Hi,
Thanks for the update, did you get things working the way you want it or do you still need help?
Best regards,
Rikard
Yes, I need some help. I don’t know how I can change the colour of that button colored menu field. How can do it? :)
Hi,
Add this to quick css:
#menu-item-122 a .avia-menu-text{
background: #ffc108!important;
color: #000!important;
}
Best regards,
Jordan Shannon
Awesome, thank you!!