How can I reduce the font-size and increase the font-weight of the artist title on mobile from the admin panel. I did explored the essential grid settings and skins but didn't found the option to specifically reduce the font-size of artist title on mobile and increase the font-weight as well
Have attached the screenshot as well for reference
Hi,
How can I reduce the font-size and increase the font-weight of the artist title on mobile from the admin panel. I did explored the essential grid settings and skins but didn't found the option to specifically reduce the font-size of artist title on mobile and increase the font-weight as well
Have attached the screenshot as well for reference
Try to add this it your custom CSS for controloing size on mobile:
@media (max-width:1024px){
.eec .eg-sonaar-artists-element-12 {
font-size: 19px;
font-weight:400;
}
}
Thanks,
Max from the Sonaar.io Crew