Hi. I added a features banner above my footer and it now touches my "buy now" button in my cart. I am just looking to make them stop touching (maybe through padding?) any help is super appreciated.
Also, I am looking to change the color of the "buy now" button. Thank you so much for the help!
Store link: https://myjerseyposter.com/cart
Solved! Go to the solution
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liqud file
@media only screen and (min-width: 750px){
.cart__buttons-container { margin-bottom: 20px; }
}
.cart__buttons-container { margin-bottom: 20px; }
input.cart__submit.btn.btn--small-wide {
background-color: red;
color: #fff;
}
Above I have given buy now button color to red but you can change it as per your need.
Hope this helps.
Thanks!
User | Count |
---|---|
795 | |
132 | |
93 | |
64 | |
60 |