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;
}
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
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly