I am using the Responsive theme. It has a checkout button and a cart button on the home page by default. However, I want to keep the cart button only and to remove the checkout button. How can I do that?
Solved! Go to the solution
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
The best solution would be to edit the header liquid code so the checkout button is not rendered. However, without seeing the code I cannot advise how.
Without looking at code, the only solution I can think of is to add this css in assets/style.css
.top_bar .one-whole li:nth-child(4) {
Display: none;
}
This is an accepted solution.
Please add the following code at the bottom of your assets/style.css file.
.top_bar a.checkout {
display: none;
}
OR kindly check if any setting in your admin to disable this option.
Hope this helps.
Thanks!
User | Count |
---|---|
496 | |
211 | |
130 | |
82 | |
46 |