Typography customization not working properly

Support Forums Kampina Typography customization not working properly

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #201
    TigriWeb
    Keymaster

    Hi Imran,

    We use the styles of other fonts if they are smaller.

    You can add to Appearance -> Customize -> Additional CSS custom CSS code, example for loop product titles:

    .is-root-container ul.products li.product .woocommerce-loop-product__title,
    .is-root-container ul.products li.product .woocommerce-loop-category__title {
        font-weight: var(--kampina--font-weight--heading-h2);
    }

    Best regards,
    TigriWeb Team

    #202
    imranbajwa
    Participant

    Thank you for your quick help.

    I have another design issue occurring on mobile devices. If you check this BookingMaze empty cart page on mobile, you’ll notice that the cards are not properly aligned and some information is partially hidden when the cart is empty. Could you please provide a fix for this as well? Alternatively, if we can use theme styling to display products on this page, that would be great. Thank you!

    #203
    TigriWeb
    Keymaster

    How and where (in code) these cards added to that page?

    Best regards,
    TigriWeb Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.