Typography customization not working properly

Support Forums Kampina Typography customization not working properly

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #200
    imranbajwa
    Participant

    Dear Campina team,

    I’m facing an issue with the typography customization. It seems that the defined variables might be intermixed, causing the problem. Specifically, when selecting a font for H2, it’s automatically applied to all heading types. Additionally, the configuration for H1 and H2 sections doesn’t seem to be working properly.

    I’d like to make the H2 section slightly bolder using the ‘Cardo’ font, but upon inspection, I found that it’s using the variable ‘var(–kampina–font-weight–heading-h5)’, which could be the root cause. Could you kindly check and resolve this issue? If there’s a workaround I can apply in the meantime, please let me know.

    Your prompt response would be greatly appreciated.

    Thank you!
    Imran

    #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 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Typography customization not working properly’ is closed to new replies.