paulcristo Posted January 9, 2020 Share Posted January 9, 2020 Is there a way I can change the branding logo size on my Cover Page? It appears very small [see attachment]. I would prefer the width of the image to be as wide as the paragraph of text below it. site: https://spinach-viola-en24.squarespace.com/deadheading-landing pass: support Thanks! Link to comment
tuanphan Posted January 11, 2020 Share Posted January 11, 2020 add to home > Design > Custom CSS .sqs-slide-wrapper[data-slide-type="cover-page"] [data-compound-type="logo"] img { width: 100% !important; height: auto !important; max-height: unset !important; } .sqs-slide-wrapper[data-slide-type="cover-page"] [data-compound-type="logo"][data-slice-type="image"] { max-height: unset; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
paulcristo Posted January 12, 2020 Author Share Posted January 12, 2020 10 hours ago, tuanphan said: add to home > Design > Custom CSS .sqs-slide-wrapper[data-slide-type="cover-page"] [data-compound-type="logo"] img { width: 100% !important; height: auto !important; max-height: unset !important; } .sqs-slide-wrapper[data-slide-type="cover-page"] [data-compound-type="logo"][data-slice-type="image"] { max-height: unset; } That worked! Thank you! Link to comment
leslie Posted May 2, 2020 Share Posted May 2, 2020 I am trying to increase the logo size as well on a cover page (Open House) and tried the CSS hoping it would work but sadly it didn't. If someone has any idea it would be greatly appreciated. Template is Bedford. Site is not live as of this post. Page: https://harvey-authorized-dealer.squarespace.com/harvey-galleries Password: harvey Thanks in advance. - Leslie Link to comment
tuanphan Posted May 2, 2020 Share Posted May 2, 2020 21 minutes ago, leslie said: I am trying to increase the logo size as well on a cover page (Open House) and tried the CSS hoping it would work but sadly it didn't. If someone has any idea it would be greatly appreciated. Template is Bedford. Site is not live as of this post. Page: https://harvey-authorized-dealer.squarespace.com/harvey-galleries Password: harvey Thanks in advance. - Leslie not sure why above worked with paulcristo, CSS in custom css box doesn't affect on Cover Page =)) Add to Cover Page Header <style> .sqs-slide-wrapper[data-slide-type="cover-page"] [data-compound-type="logo"] img { width: 100% !important; height: auto !important; max-height: unset !important; } .sqs-slide-wrapper[data-slide-type="cover-page"] [data-compound-type="logo"][data-slice-type="image"] { max-height: unset; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
leslie Posted May 3, 2020 Share Posted May 3, 2020 That worked! HUGE moment of gratitude for you!!! Client is needing a fast launch for an art gallery moving to ecommerce and this helps so much! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.