Hi,
i embedded my collection through the “Buy Button” Option in Shopify. The “Next Page” Button is standardized the same style as all the other buttons. Therefore it´s difficult to see, especially on mobile. I added some code to change the language to german. But all my tries to change the color and style failed. here is the code i added.
“productSet”: {
“text”: { “nextPageButton”: “NÄCHSTE SEITE”,
“styles”: {
“products”: {
“@media (min-width: 901px)”: {
“margin-left”: “-20px”
Could you help me to change at least the color to #207178
Thanks a lot.