Home Forums WoodMart support forum Reduce the size of the empty cart title

Reduce the size of the empty cart title

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

    BertranddesmetsWM
    Participant

    Hi,

    A explained in the topic title I would like to reduce the size of the empty cart title (see sreenshot).

    Title in French is: “Votre panier est actuellement vide”

    Thanks for your help!
    Regards,
    Bertrand

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

    Hello,

    I saw the screenshot you attached.

    You need to use the advanced typography settings under Theme Settings >> Typography to reduce the size of the text.

    You can read our detailed documentation in the following link:
    https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards.

    #222705

    BertranddesmetsWM
    Participant

    Hi,

    Thanks for the info but I cannot find this specific title you see in the picture. Can you please guide through this? Would be grateful.

    Other question: If you check the cart page (see image attached), you see a background image with an empty cart. Would it be possible to also change this background image?

    Thanks a lot for your time and support.
    Regards,
    Bertrand

    #222741

    Hello,

    Please target the following class using the custom selector in the advanced typography settings.

    .woodmart-empty-page” Then set the font-size and check back.

    And to change the icon please try and add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .cart-empty::before {
    content: "\f147";
    font-family: woodmart-font;
    }

    Regard’s.
    Xtemos Studio.

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