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 expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025