Shopify themes, liquid, logos, and UX
Dear Shopify Experts,
Here is my store: https://caremonitorsuk.com, Password: Caremon1985
Bullet points on the Product Description are not working at all. I already applied all the codes from the previous threads. But is not resolved yet.
Here is a product example:
https://caremonitorsuk.com/collections/fitbit/products/fitbit-aria-air-black-smart-scale-fb203bk-1
I don't have any theme.scss.liquid file. I do have the only custom.css.liquid file and this is the code of the Product Description below:
.product-description .tab-content ul li, .product-page-body .tab-content ul li, .cart-drawer-wrapper .btn-checkout{color:var(--body-link);}
Kindly assist me to fix this issue.
Thanking-
Arafat C.
Solved! Go to the solution
This is an accepted solution.
@acremon Arafat, this should do the trick:
.tab-content.tab-content ul li {
display: list-item;
}
You can add this code to the file you mentioned.
Hope this helps,
Mario
Please try this css class
.product-description .tab-content ul li {
list-style: initial!important;
list-style-position: inside!important;
display: list-item;
}
Thanks!
This is an accepted solution.
@acremon Arafat, this should do the trick:
.tab-content.tab-content ul li {
display: list-item;
}
You can add this code to the file you mentioned.
Hope this helps,
Mario
Awesome, Thank you so much. It worked 😄
You're welcome, @acremon ^^
I have the same issue, they used to work but not any more... not sure what changed.
Example:
May I ask where you added the code to fix this? Which file and location? Thanks!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025