Shopify themes, liquid, logos, and UX
Hi, few questions:
1) how do I change the width of the form so that the text (be the first to know...) is in 2 lines instead of 3 lines?
2) Or is there is a way to change the size of the text? I just want it in 2 lines.
3) Also, how do I change the color of the button text where it says "JOIN" to purple?
4) Finally, is there a way to make the word "Email" in purple?
Hello @SweatFree
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.
Website is www.sweatfree.co & password is sweatfree123
Hello @SweatFree
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
h2._textHeading_2aowh_35 {
font-size: 20px !important;
}
button._formSubmitButton_1ll8d_81 {
color: #5433eb !important;
}
label._formInputFieldLabel_1ydxd_37 {
color: #5433eb !important;
}
input._formInputField_237zm_7 {
color: #5433eb !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hello @SweatFree
your website is password protected.
The website is www.sweatfree.co & the password is sweatfree123
Go to online store ---------> themes --------------> actions ------> edit code------->base.css or theme.css
add this code at the bottom of the file.
:not(.isPreview)._floating_1w3ro_52 ._grid_1w3ro_148, ._overlay_1w3ro_100 ._grid_1w3ro_148 {
max-width: 40% !important;
}
label._formInputFieldLabel_1ydxd_37 {
color: #5433eb;
}
button._formSubmitButton_1ll8d_81 {
color: #5433eb;
cursor: pointer;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Sorry it didn't work. Could you please double check?
Hey @SweatFree
Your website is password protected, can you share the password as well?
Best Regards,
Moeed
Website: www.sweatfree.co & password: sweatfree123
Hi SweatFree,
Here are the solutions for each of your queries:
Changing the width of the form to fit text in 2 lines:
Changing the size of the text:
Changing the color of the button text ("JOIN") to purple:
Making the word "Email" in purple:
If it’s helpful to you, please mark it as a solution.
Need Help with Shopify Speed Optimization and Any Custom Shopify tasks
email: task4store@mswebdesigner.com
Download Free Shopify Speed Optimization Guide book for 2024
My website is www.sweatfree.co & my password is sweatfree123
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024