Bristle_z Posted January 6 Posted January 6 Hi! I have some images and want to make little smaller font size for desktop only, how can I get the smaller font size to show up with each image?
Solution MySquare24 Posted January 6 Solution Posted January 6 Hi Bristle_z In SQSP you need to keep some custom CSS code Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. @media screen and (min-width: 768px), screen and (max-width: calc(1709px)) and (orientation: landscape) .portfolio-grid-basic .portfolio-title { font-size: calc((var(--portfolio-grid-basic-title-font-font-size-value) - 1) * 1.2vw + 1rem); } If it's resolved you're issue mark this to close or get any help submit request, Thanks, 👨✈️Professional Squarespace Developer - Custom Code Contact: Submit Request
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment