Shopify themes, liquid, logos, and UX
Website: KittenKarnage.Net
Products page displays collection with tag sidebar enabled.
Hi all,
I'm trying to make edits on this site for a friend. It is SUPPLY theme with seemingly a lot of custom code. I did not build the site originally. I am looking to change the color of the Collection section sidebar. I do not want to change the background color of the entire collection page, only the sidebar that houses that product tags.
I can find code to edit the NAV Sidebar, and the whole collection section/page, but I can't seem to find the right place or code for just the collection tag sidebar. Any help is appreciated. (HTML pointed out just to show exactly where I want to implement color change)
Solved! Go to the solution
This is an accepted solution.
Hi @aza_makes
Check this code.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
aside#collectionFilters {
background: red !important;
}
And Save.
Result:
You can change the color you like.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @aza_makes
Check this code.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
aside#collectionFilters {
background: red !important;
}
And Save.
Result:
You can change the color you like.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Simple and Easy because of you! Thank you so much!
Find Global Growth Opportunities For Your Business with Shopify AcademyLearn how to exp...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025