Hello! Hoping to find some custom CSS to reduce in size or entirely remove the shop name in my embedded shop. Image attached.
Thanks!
Hello! Hoping to find some custom CSS to reduce in size or entirely remove the shop name in my embedded shop. Image attached.
Thanks!
Hello
I think it will be something like this
to reduce font size ( change 14 to any value)
.sprd-header__title{
font-size: 14px;
}
to remove
.sprd-header__title{
display: none;
visibility: hidden;
}
Let us know if this worked out for you or whether you need any more help 
Apologies, Lena - yes, this totally worked, and thank you for the help! 