Home Forums WoodMart support forum PAGE TITLE BACKGROUND height not consistent

PAGE TITLE BACKGROUND height not consistent

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #346027

    seutaojiang
    Participant

    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.
    #346074

    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

Viewing 2 posts - 1 through 2 (of 2 total)