[ad_1]
I’ve been trying to add a button to my organisation’s menu (the bottom image is what I desire)
However when I add in the CSS code, it creates a button that looks like the other menu buttons (top image) but I want this one to stand out.
I am using the Oxygen plugin with the twenty twenty one stylesheet.
[ad_2]
You can add classes to menu items in WordPress admin panel, go to Appearance > Menus. Click Screen options in the upper right corner and in the section Show advanced menu properties, select the CSS classes checkbox.
For example .navigation-cta
Then in your css you can add something like:
`.navigation-cta { border-radius: 40px; font-size: 14px; color: #fff; background-color: #004d86; }`