My shopify theme has the very unattractive bullet points and I cannot customize them.
Can someone please explain how I can fix it?
Website: myobistore.com
My shopify theme has the very unattractive bullet points and I cannot customize them.
Can someone please explain how I can fix it?
Website: myobistore.com
Please apply given code above in theme.liquid
layout >> theme.liquid
ul{ list-style: none!important; }after adding the code on theme all list content removed bullet point.
But will I be able to add customized symbols instead of bullet points?