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!
User | RANK |
---|---|
201 | |
173 | |
61 | |
52 | |
47 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023