Shopify themes, liquid, logos, and UX
Here’s what it looks like on my site right now:
And here’s how I want it to look:
So, I want:
Here’s my store URL: 1049xn-ya.myshopify.com
Here’s a link to the store showing how I want it to look: https://tomnoske.store/products/cinema-luts
Thank you,
Tim
Hey Tim! Customizing payment buttons like this can be done by adjusting your CSS and theme layout. Let’s break it down step by step to achieve what you’re looking for:
Log in to Shopify Admin:
Find the Relevant CSS and Section Files:
Add this CSS to the bottom of your CSS file:
/* Style for "Add to Cart" Button */
.product-form__submit {
background-color: black;
color: white;
width: auto; /* Makes the button as wide as the text */
height: 50px; /* Adjust height as needed */
margin-right: 10px; /* Space between the buttons */
display: inline-block; /* Aligns the buttons side by side */
}
/* Style for "Pay with PayPal" Button */
.paypal-button {
height: 50px; /* Align heights with "Add to Cart" */
margin-right: 0;
display: inline-block;
vertical-align: top; /* Aligns buttons at the top */
}
/* "Other Payment Options" Styling */
more-payment-options-link {
margin-top: 10px; /* Space below the PayPal button */
text-decoration: underline; /* Underlines the text */
text-align: left; /* Align to the left if needed */
}
/* Subtle Line to Separate the Section */
.product-form__buttons {
border-top: 1px solid #ddd; /* Light gray line */
padding-top: 15px; /* Space between line and content */
}
If coding feels like a hassle, EasyEdits allows you to visually adjust buttons, alignments, and more without digging into code. You can edit during the free trial and keep the changes forever.
Let me know if you need help finding specific files or testing the changes! (P.S. I’m the developer of EasyEdits, so feel free to ask about it 😊).
Hey, I really appreciate your help. I just need a few more tweaks.
Here’s how it looks right now:
And I’d like:
Basically, everything should look like it does here: https://tomnoske.store/products/cinema-luts
Thank you a lot!
Tim
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