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!
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024