Hello i wanna make 1px black border in this button “View all” but css code in base.css doesn’t work so i think i have to edit some liquid file, but i dont know what file and what code have i paste to make border effect
Thank you guys
chromemaster.eu
123
@ErnestoF , can you share your store url?
Hi @ErnestoF ,
Paste this code in base.css
.button {
border: 1px solid black;
background-color: transparent;
--border-opacity: none;
}
Hope this code will work.
Best Regards
Team_OSC
Hi @ErnestoF ,
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code just above tag
Result:
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka