Hi everyone,
I have a white color buttons at my “Collection List” Section at Home Page. I’m trying to change it at CSS but somehow I do it without any success.
Hello @Atiqot
Go to online store ----> themes ----> actions ----> edit code ---->Theme.css
add this code at the end of the file and save.
button.button {
background: transparent !important;
color: white !important;
border: none !important;
font-size: 20px !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
1 Like
Hello @Atiqot
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
1 Like
Hi @Atiqot
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.
.shopify-section--collection-list .button { background: transparent; color: #fff; }
1 Like
Thanks a Lot ! it’s Perfect ![]()



