Hi guys,
I’m using the Dawn Theme, the font size for my collapsible tab’s heading is 1.5 rem, but the text under the tab is 1.6 rem. How do I make the latter 1.5 rem like the former?
Thanks in advance.
Hi guys,
I’m using the Dawn Theme, the font size for my collapsible tab’s heading is 1.5 rem, but the text under the tab is 1.6 rem. How do I make the latter 1.5 rem like the former?
Thanks in advance.
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
It’s merandiworld.com
Thanks.
.product__accordion .accordion__content p {
font-size: 1.5rem;
}
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on shopify.dev.34@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme
Works now, thank you so much!
Hi there - I’m also trying to do the same on my product pages, but instead of the content font, I’d like to decrease the size of the Accordion Title/Header font? How do I do that? Thank you in advance ![]()
.product__accordion.accordion .accordion__title {
font-size: 14px;
}
adjust the px value according to your need.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on mail | Shopify Design Changes | Custom Modifications In to Shopify Theme
Thank you much! That worked like a charm ![]()