Hi,
My accordion tabs on the product page are too big.
Could you make them smaller please like this:
Here is my URL:
atelier-gstaad.ch
BONUS:
If you can help me capitalise “Beschreibung” to “BESCHREIBUNG” that would be AWESOME!
Thank you !!!
Hello @flaminmoe
.accordion__toggle.bold font {
text-transform: uppercase;
}
Hi @flaminmoe . Welcome to the Shopify Community!
Here’s how to achieve that:
details summary .accordion__toggle.bold {
padding-block-start: 0.5rem !important;
padding-block-end: 0.5rem !important;
text-transform: uppercase !important;
}
Feel free to adjust the values.
If done correctly, the result should be like this:
Thank you man !
Anytime! Glad to help! ![]()