Hi,
Designing my locked site page and want to have two different views on desktop and mobile. This is forthe image I have behind my email site up. The image is cropped for the desktop view but I want the same image but cropped different for the mobile view. Also how to I change only the email signup font colour?
Password page is https://deseptstudio.com/password
Thank you.
go to ;section-email-signup-banner.css’ file and fine ‘.banner:not(.banner–stacked)’ and update to look like following (add extra one line):
.banner:not(.banner--stacked) {
flex-direction: row;
flex-wrap: wrap;
height: 100vh;
}
Hi @MrDeSept
change only the email signup font colour: color:#000000; or the color you want.
.newsletter-form__field-wrapper field__label{
color:#000000;
}