Shopify themes, liquid, logos, and UX
Hi @JoaquinExcitare ,
Could you please share your store URL so that we can review it and provide you with the best solution?
Go to Online Store > Themes > Actions > Edit Code > base.css
Add below code in base.css file
@media (max-width: 768px) {
.newsletter-form__field-wrapper label.field__label {
font-size: 13px;
text-transform: lowercase;
}
.newsletter__subheading.rte p {
font-size: 12px;
}
}
Unfortunately, this code does not work
Hello @JoaquinExcitare ,
Could you please provide the URL/ password to your store so that I can check it and provide you with the exact solution?
Hello @JoaquinExcitare,
Here are the steps to apply the necessary changes in your Shopify store:
.newsletter-form__field-wrapper .field label{
text-transform: lowercase !important;
font-family: cursive !important;
}
.newsletter-form__field-wrapper .field label::first-letter {
text-transform: uppercase !important;
}
Let me know if you need further assistance!
Unfortunately, this code does not work
Hello, @JoaquinExcitare
1) Go to Online Store
2) Edit Code
3) Find theme.css/base.css file
4) Add the following code in the bottom
@media (max-width: 768px) {
.newsletter-form__field-wrapper label.field__label {
font-size: 13px !important;
text-transform: lowercase;
}
.newsletter__subheading.rte p {
font-size: 12px !important;
}
}
Thanks!
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there
Here is the code for Step 3:
Code 1: To edit font text
CODE edit font chữ email
.newsletter-form__field-wrapper > .field > input + label {
font-family: Poppin !important;
}
Code 2: Reduce the text "email" on Mobile view
@media screen and (max-width: 768px){
.newsletter-form__field-wrapper > .field > input + label {
font-size: 14px !important;
}
}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024