• I can’t get bullet points to show in product pages anymore. Not sure what happened. If you scroll down the post some you can see that there is a bullet list, but the bullets don’t show.

    Can anyone please help to resolve the problem? Thank you.

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

Viewing 1 replies (of 1 total)
  • Hi @boshushop

    Right now your theme loads its CSS quite early than other CSS files, which is resulting in resetting of default style of list items. If you just make your theme css file load a little late, it should fix it.

    common.min.css (the one that resets) is loading after your theme’s style (frontend.min.css) but they should be loaded in reverse order.

    If you recently activated the minification feature, try to revert back. Not sure what caused it, but hopefully you can look back at recent changes and rever them to see what fixes the order of asset loading in your theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Bullet points not showing’ is closed to new replies.