Archived topic
Primary navigation button (Vinyasa starter site)
5 replies · Started by Anders on May 28, 2021
Hi
How can I edit the color of the button to the far right in the top navigation of the Vinyasa site template? I can not find it in the wp admin
Hi there,
the button styles are adding with CSS in Customizer > Additional CSS.
You will see two areas where background and colors are set under these comments:
/* online classes menu button */
/* studio classes menu button */
Thanks it helped. But after I got this to work I need to change the link in the button to a custom url in the menu settings. So when I changed that the button disappeared. How could I do to get the button there again?
Hi Anders,
You'll need to add a custom CSS class to the menu item:
https://www.screencast.com/t/KkfoSxBH
https://www.screencast.com/t/TpeCqLvio
It's either online-button or studio-button, depends on which selector is being used in Customizer > Additional CSS for the button.
wow I didn't know that! Thanks!
No problem :)