How can I change the size of Rich Text in only one section on my main page?

Hi there - I want to edit the size of references on my website. I added a Rich Text box and added in my reference/cites, but don’t see any way to make sure the font size is smaller. Any help is appreciated.

https://www.babespice.com/

password: petwau

Hi @jtatx ,

Thank you for reaching out to the Shopify forums!

Let me quickly fix that issue for you.

Please add the below CSS in your base.css file.

  1. Login to your store

  2. Go to online store > theme > edit code > find base.css

  3. Add below CSS in the last line of the file and save it

  4. Check on the frontend

.section-template--15633712119962__166315444405b0baea-padding .rich-text__text{
font-size: 13px !important;
}

If its properly working on your store then, do not forget to accept this solution :face_savoring_food:
Thanks & Regards,
Prezen Tech

This worked perfectly. Thank you so much @Prezentech !