Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I'd like to decrease the font size of the "Dimensions", "Shipping & Returns", etc drop downs. I can add the text in the theme editor but I can't change the font size. I realize it's not an option in the editor. What code do I need to do that?
Thanks,
Ruben
hi @rjluna
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: Paste the below code at bottom of the file -> Save
.accordion__title {
font-size: 10px !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Hi @rjluna
I hope you are doing good and welcome to the Shopify Community!
I am Santanu from MS Web Designer (Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore).
Please follow these steps to add css on your theme file:
1. Go to Online Store > Theme > Edit code.
2. Search file base.css.
3. Paste the below code at bottom of the file -> Save
<style>
.product__accordion .accordion__title{ font-size: 18px !important;}
<style>
Regards,
Santanu
If it’s helpful to you, please mark it as a solution.
Need Help with Shopify Design, Migration, Speed, or Custom tasks?
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin
Thanks but I don't want to change the size of the "Title" but I want to change the size of the text inside the field. (screenshot below)
Hi Victor, thanks but I don't want to change the size of the "Title" but I want to change the size of the text inside the field. (screenshot below)
Hello @rjluna
It's GemPages support team and glad to support you today.
You can follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your base.css file and paste the following code below:
.product__accordion .accordion__title{
font-size: 18px;
}
Let us know how it works for you.
Best regards,
GemPages Support Team
Thanks but I don't want to change the size of the "Title" but I want to change the size of the text inside the field. (screenshot below)
Hello @rjluna,
To resolve this issue, you need to add the below-provided code at the end of your base.css file in the assets folder.
Follow the below step to do the same.
Find the code below.
.product__accordion .accordion__title{
font-size: 14px !important;
}
Let us know if you need any further help with this.
Regards,
CedCommerce
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025