Jnguy Posted January 9, 2021 Share Posted January 9, 2021 Site URL: https://www.madebykubeba.com Hi! Is there a way to enlarge my gif on my lock screen, approximately 2x the size? It is very tiny even the though actual gif is quite large. Also I already have things written in my CSS , so would I add it at the end or beginning ? Sorry I am a complete beginner at CSS!! Link to comment
paul2009 Posted January 9, 2021 Share Posted January 9, 2021 The logo is currently 60px. You should be able to change it to 120px by adding the following to Settings > Advanced > Code Injection > Lock Page. <style> .sqs-slide-wrapper[data-slide-type="lock-screen"] [data-compound-type="logo"][data-slice-type="image"] { max-height: 120px!important; } .sqs-slide-wrapper[data-slide-type="lock-screen"] [data-compound-type="logo"][data-slice-type="image"] img { max-height: 120px!important; } </style> Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.