How can I modify the 'View All' button style on my website?

Hi!

How can I change View all button style?

www.puerh.pro

1 Like

@Greg87

thanks for post yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file.
.collection__view-all a.button {
    background: transparent;
    color: #000;
}