How can i showcase the typography of the collapsible tabs smaller and closer to eachother. So that it looks like the 3th picture? Url is www.lunalucente.com
Hi @lunalucenteskin ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Inside head tags. You need create style tags. After insert my code inside style tags
.main-product__block-collapsible_tab {
margin: 0 !important;
}
.main-product__block-collapsible_tab .m-collapsible--button {
font-size: 15px !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()





