• Resolved evollmer

    (@evollmer)


    For some reason some random CSS is showing up towards the bottom of my checkout page. It reads:

    ul {
    list-style-type: square;
    }
    ul > li > ul {
    list-style-type: circle;
    }
    ul > li > ul > li > ul {
    list-style-type: square;
    }
    ol li {
    font-family: Arial ;
    }

    I have deactivated all plugins except WooCommerce and it still shows up. Also, for some reason two check boxes for terms and conditions show up at the bottom now. I am hoping these two issues are related. Someone please help.

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

Viewing 1 replies (of 1 total)
  • Plugin Support ckadenge (woo-hc)

    (@ckadenge)

    Hi @evollmer,

    I understand you are facing issues with CSS code showing on the front end. This is unusual, as the CSS code you’re seeing at the bottom of your checkout page is not intended to be visible.

    It’s likely that there’s a missing or incorrect tag in your theme’s code, causing the CSS to display as text on the front-end.

    To resolve this, please try switching to a default theme (like Storefront) temporarily to see if the issue persists. If it doesn’t, then the problem is likely with your current theme, and you may need to contact the theme developer for assistance.

    As for the two checkboxes for terms and conditions, this could also be a theme issue, please observe of the same once you switch to the default theme.

    If these steps do not resolve your issue, please let us know and we’ll be happy to further assist you.

    Best Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Random CSS showing on Checkout Page’ is closed to new replies.