Home › Forums › WoodMart support forum › Header, Shop Page changes › Reply To: Header, Shop Page changes
E-N Admin
Hello,
1. This code, still doesn’t work, the button in shop page is still in the middle
See image: https://prntscr.com/125x1bi
.wd-add-btn.wd-action-btn {
text-align: left;
}
1.2. This worked on desktop but didn’t work on mobile – Font is still small on mobile
.product-grid-item .wd-entities-title {
font-size: 20px;
}
.product-grid-item .price {
font-size: 20px;
}
2. How do I remove “View cart” option.
See image: https://prntscr.com/125vjdk
3. How can I have more space between the product image and the product title in shop page.
See image (area marked with red line): https://prntscr.com/125x1bi
4. Can you please show me how to make the product title and price in side shopping cart and checkout page to be bigger.
See images: https://prntscr.com/125×901 and https://prntscr.com/125xf2b
Thank you.