i wanna make these board icon small
URL: https://getonboard.me/?_ab=0&_fd=0&_sc=1
Pass: onboard
Hello @Emiway
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
RESULT:
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hello @Emiway
Go to online store ----> themes ----> actions ----> edit code ----> theme.css
add this code at the end of the file and save.
.media>img {
max-width: 45px !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks