Make description text (product page) smaller

Hey everyone! I’d like to make this whole part smaller! I’m refering to the text. Could you help me with that?

https://marymagdaleneshop.com/

pass: deawiy

Hi @Carda ,

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1: Go to Online Store->Theme->Edit code

Step 2: Asset->/base.css->paste below code at the bottom of the file:

.product__description.rte.quick-add-hidden {
font-size: smaller !important
}

Hey! That’s not working. Plus how do I set up the line height of it?

Hey! That’s not working. Plus how do I set up the line .height of it?

Another simple solution could be adding this into your theme’s CSS file. You don’t have to reduce the text-size to decrease space. Play around with the margin value! Set to 0 for no margin, or use something like “margin: 5px 0;” for a little bit of top and bottom spacing.

.product__description.rte.quick-add-hidden p {
    margin: 0;
}

not working

Can you take a screenshot for me where you add the code

last string of base.css in assets

I see the problem has been fixed. Anything else you want me to help you with?