Hi!
I’m using dawn theme and I’m trying to imitate the design here :
These are tags on the blog page..
tried editing the filters via CSS but I was getting the whole row colored.
Any suggestions how I can make it look the same as the image above?

Thanks!
Hi @parallelism23
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
Hi @parallelism23
This is BSS Commerce - Full-service eCommerce Agency. We’d love to suggest you this solution:
Is this the result you expect?
Then kindly follow these steps:
Step 1: Go to Online store => Themes => Edit code
Step 2: Find the file “base.css” and paste the CSS code we’ve edited for you in the last line:
/* start bss fix */
.list-menu__item--active {
background: #46316F;
color: #fff;
border-radius: 8px;
cursor: pointer;
}
.list-menu__item--link:hover {
background: #240030;
color: #fff;
border-radius: 8px;
margin: 0 4px;
}
.list-menu__item--link:hover {
color: #fff;
}
/* end bss fix */
Step 3: Save the file and reload your web page.
Good luck!
If this solution helps you, please mark it as a solution. This can be a reference for other merchants if they have an issue like you.