Adding Button to Homepage - Brooklyn Theme

Hi Guys,

Really hope someone can help!! Feel like I’ve tried everything.

I just want to be able to insert a centered button on my homepage with the same class and styling as existing buttons (pulling from the same class as other buttons on my site).

It seems that when I try to insert a button with HTML in a div with the class that should be the same as the others (ie “btn” or “btn–primary” the button still looks and behaves differently.

I just want it to look like the Add to Cart button on the product page. Instead of Add to Cart I want it to say “Shop All Prints” and go to the All Products page.

I feel like this should be easy but I have spent wayyyyy too long on this!

Site is https://bradenboutique.myshopify.com/

password: braden

any help much appreciated.

hello @klackenb

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-index  .shopify-section .rte .text-link:hover {
     border-bottom: none ;
    color: white !important;
}