• Resolved hotspot servis

    (@hotspot-servis)


    Hello,

    Can you help me, I’ve activated plugin and set it up, it works, but doesn’t show description or the title on the progres bar on the checkout page. It works perfectly on the cart page. I do use Advanced shipping plugin for some shipping rates.

    Thank you,

    Senka

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marin Matosevic

    (@marinmatosevic)

    Hello there,

    Thank you for contacting us. We have reviewed your website and found that the font size on the checkout page is set to 0 due to a CSS rule defined in your theme or plugin. This rule specifically affects the content located above the form.

    The good news is that you can easily resolve this issue by adding a single line of CSS to your child theme. Please add the following code snippet:

    .devnet_fsl-free-shipping {
        font-size: 1rem;
    }

    This will explicitly set the font size for our plugin.

    Best regards

    Thread Starter hotspot servis

    (@hotspot-servis)

    Thank you very much, that worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text and description doesn’t show on checkout page’ is closed to new replies.