How can I adjust the mobile icon strip font size?

Dear all,

Anybody knows how I could adjust the font size of the mobile icon strip? On the pc version the font size is perfect, but on mobile the font is mixed between icons descriptions. See picture attached, anyone knows how to make mobile font size smaller?

  • or remove the text on mobile display (if that is an easier solution, for me not a problem)

thanks in advance, Wouter

Please provide website url and if your store is password protected then also provide password

Thanks for your reaction.

https://de-e-specialist.myshopify.com

(didnt know you couldnt change url)

pw: retuow

thanks in advance

Regards, Wouter

Do you want this? it is better view

I think there is now too much emphasize on the symbols.

is it maybe possible to remove text in mobile display? Maybe the easiest solution. Just the plain symbols on mobile display.

thank you very much for your input.

If that is not an option, i will accept your solution.

Thanks!

PLease place this code at the end of theme.scss

@media only screen and (max-width: 600px) {
.com-footer-text__title {
display: none;
}
}

Thanks for your quick response + solution.

appreciate!