Reduce text size collapsible row / tab on product page

Hello,
Does anyone know how to reduce text size on collapsible tabs/row on product page?
I want to reduce the size of the tabs and also the inside texts, they are too big

Here’s my website: https://diversusoficialsite.myshopify.com/
Password: Diversusoficial

Thank you in advance.

1 Like

Hey,

It is required custom coding to reduce that font size.

if you want someone professional to help you with you can send me private message.

thanks

Nafiul

Hi @HELDERWRLD

Do you mean this one?

If its is, try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.product__accordion.accordion.quick-add-hidden {
    font-size: 13px;
}
  • And Save.

I hope it help.

2 Likes

Hello @Made4uo-Ribe , it worked.
Thank you so much.

There’s 2 other things i would also like to change.

  1. Is it possible to reduce the size of the titles of the collapsible rows?
  2. Is it possible to fill those white blank spaces on the sides? Will send an image showing what i’m saying. I would like my text to go over those borders. I would like my text to be like this (the maniere de voir site) with not too many lines below, but a clean text with 1/2 lines if a write a paragraph

1 Like

Welcome, Please dont forget to Like and Mark Solution to the post that helped you. Thanks!

Regarding to other changes. To make the thumbnail vertical, Im sorry to say that needs a developer to change some code.

Hi @HELDERWRLD

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

.product__accordion.accordion.quick-add-hidden {
    font-size: 13px !important;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly