i wanna make board icon smaller!

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

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (max-width:767px){ mobile-dock.mobile-dock img { height: 100% !important; } }

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