How do I edit my product tags - change color and style etc? Would like tags to look like this - signature colour is 66AFAE. I’m on the Dawn 9 theme.
Right now they look like this:
A user seeks to customize product tags in the Dawn 9 theme to match their brand color (#66AFAE) and achieve a specific visual style shown in a reference image.
Current Issue:
Solution Provided:
A community member offered CSS code to be added to the base.css file that:
Remaining Problems:
Status: The discussion remains open as the initial solution improved the appearance but didn’t fully resolve clickability and sizing issues. Both participants are working toward refining the implementation.
How do I edit my product tags - change color and style etc? Would like tags to look like this - signature colour is 66AFAE. I’m on the Dawn 9 theme.
Right now they look like this:
Thank you for the information. Sorry but can you specify which page or area is this? Thanks!
Thank you for the information.
I design it. You can try it.
.product-tags {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 2px;
}
.product-tags span {
background: #66AFAE;
padding: 2px;
text-align: center;
}
span.tag a {
text-decoration-line: none;
color: white;
}
Result:
I hope it help.
Hi - thanks a lot. It does look better - but maybe not quite right. Be great if the whole tag block was clickable - not just the word. When the block is enlarged by the number of words on the tag, the block is too big. But I’m not sure how to improve that. But again, thank you very much for your help.
Yeah, I didnt touch the font size. But i put a padding so the words so wont be kissing on the side. If there is a will theres a way. We can find solution on that. ![]()