How do I decrease fontsize for the header for the shopping cart?
Also, There is a “return to store” link on the right side which is white, How do i make a yellow button out of this?
see picture
bundo.nl
Try this one.
#shopify-section-template--19687238369604__cart-items > cart-items > div.title-wrapper-with-link > h1 {
font-size: 2.5rem !important;
}
#shopify-section-template--19687238369604__cart-items > cart-items > div.title-wrapper-with-link > a {
color: black;
padding: 5px 10px;
background: #fecf29;
}
Thank you so much!