How can I add a call to action button to Kalles inline header?

Hi there,

I’ll like to add a Call to Action button to my header in Kalles theme to the right of the menu. This could just be styling the last menu item if that’s easier.

I assume this is very simple, but I’m very much a CSS novice.

Hi @ShaneTUDS ,

Share your store url

https://theultimatedeckshop.myshopify.com/

Hi @ShaneTUDS ,

Add this CSS code

Online Store > Themes > Edit code > Assets > custom.css or theme.css

#item_3bf16f1c-d19a-4b70-98f8-4a586039a513 { background: #000; padding: 10px; }

That’ll work! Thanks!