How can we add a “NEW” label beside our “BUNDLES” menu item?
Please see below for an example
Our site is www.uncertn.com
How can we add a “NEW” label beside our “BUNDLES” menu item?
Please see below for an example
Our site is www.uncertn.com
It needs to change code in header.liquid file to add this new tag
Hi @UCJustin ,
I manage to do this one, but i need to figure it out more how to inline in the bundles.
#dropdown-715363b58a50283505792791d56d0723 > div > div > div > div:nth-child(4) >
a.navlink.navlink--child:after {
display: inline-block;
content: "New";
border: 1px solid black;
border-radius: .5px;
padding: .5px;
}
Result:
I hope it help.
Can you edited it to be beside the text instead?