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.
password: petwau
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.
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.
Login to your store
Go to online store > theme > edit code > find base.css
Add below CSS in the last line of the file and save it
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 ![]()
Thanks & Regards,
Prezen Tech
This worked perfectly. Thank you so much @Prezentech !