Hello.
How can I change the color of the text on Header, only something special.. Not all.
Here example.. I want Etsy - orange and “make your own” - light green color.
Thanks
![]()
Hello.
How can I change the color of the text on Header, only something special.. Not all.
Here example.. I want Etsy - orange and “make your own” - light green color.
Thanks
![]()
Hi @Caneprint
Please follow the instructions below
#shopify-section-sections--19181045612819__header > div > header > nav > ul > li:nth-child(7) > a > span {
color: lightgreen;
}
#shopify-section-sections--19181045612819__header > div > header > nav > ul > li:nth-child(6) > a {
color: orange;
}
Result
Crazy!!! Thank you!!![]()