Shopify themes, liquid, logos, and UX
my site is: www.readytovintage.com
what i need:
all Buy/Add to cart buttons on ALL pages to be uppercase and in bold..
got it solved for checkout and CART but not for normal pages like home page etc.
for reference for size and boldness:
https://vintagewholesalesupply.com
(i want the same size and thickness)
Add the following coding to your theme's custom CSS section (admin > online store > themes > customize > settings > custom css):
.button--secondary {
text-transform: uppercase;
font-weight: bold;
}
★ Did my post help? If yes, then please like and accept solution. ★
https://stephens.world
support@stephensworld.ca
if i dont want it to change my Header Text? Only the buy buttons
i did put it in the base.css first. did the same thing, but i put it in the custom CSS now as u told me..
can you help me figure out why my header meny text became Bold ?
Hi @VintBazar ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
#MainContent [data-type="add-to-cart-form"] .button--secondary {
text-transform: uppercase;
font-weight: bold;
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025