Home Forums WoodMart support forum Heading image

Heading image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #77250

    annachi
    Participant

    Hello,

    Is it possible to reduce the height of heading images of checkout and my account pages?

    Look at attached image, it too bigger.

    Attachments:
    You must be logged in to view attached files.
    #77256

    Hello,

    It is not possible to do only for My Account and Checkout page, however, we can reduce it for all pages by means of custom CSS. Please let me know if you need the CSS.

    Best Regards

    #77279

    annachi
    Participant

    Ok give me css for all pages

    Thanks

    #77298

    Hello,

    Reduce the values in the code and add it to the Theme Settings > Custom CSS:

    body .title-size-default {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    Best Regards

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