PAGE TITLE BACKGROUND height not consistent
-
hi in the webpages of my website, the heights of the page title background images are not consistent. The height of the image in cart and checkout page are very narrow. How can I adjust the height of the background image one cart and checkout page? Thanks! Please see the attached images. The image height on the shop page is the height I want.
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.woocommerce-cart .page-title {
padding: 150px 0;
}
.woocommerce-checkout .page-title {
padding: 150px 0;
}
Best Regards