How can I decrease the text size in my homepage buttons?

Hi all,

I am having trouble changing the size of my buttons on my home page. I have attached a screenshot of the home page with image+text overlay. I want to reduce the size of the ‘SHOP NOW’ button so that it is as small as the ‘EXPLORE THE COLLECTION’ text

Site theme is Pipeline and my url is: https://768950-4.myshopify.com/

Any form of help is greatly appreciated!

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the Bottom of the file:
.standard__cta.hero__btn.btn-text-thick-line.btn--white.btn--small.aos-init.aos-animate {
font-size: 10px;
}

This worked perfectly, thankyou for your speedy reply!

1 Like

Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.