How can I add a button to the header navigation in color block theme?

I’ve searched high and low. Tried multiple implementations. Nothing seems to work. Is there a way to add a button to the header navigation? Using color block theme.

https://art-dogl.myshopify.com/

@crawfordgreg777

can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
a[href="https://wuf.world/membership"] {
    background: #000;
    color: #fff;
}

Hi @crawfordgreg777 ,

You want to add a button like this?

Please send me the code of header.liquid file, I will check and add it for you