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.
can you please try this code
- Go to Online Store->Theme->Edit code
- 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
