Shopify themes, liquid, logos, and UX
Does anyone know if there is a way to make the dots in a list, smaller squares?
Solved! Go to the solution
This is an accepted solution.
Sorry wrong spelling. Check this one to reduce.
.accordion__content ul {
list-style-type: square !important;
}
.accordion__content ul li::marker {
font-size: 8px;
line-height: 1;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Issyeissue
Is this from collapsible content on the product page?
If it is check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.accordion__content ul {
list-style-type: square !impportant;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
It worked by adding it as: list-style: square;
Do you also know how to reduce the size of the square?
This is an accepted solution.
Sorry wrong spelling. Check this one to reduce.
.accordion__content ul {
list-style-type: square !important;
}
.accordion__content ul li::marker {
font-size: 8px;
line-height: 1;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks mate! It worked
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