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!
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025