How can I increase the font size in the rich text section?

Hi there

I’m using the debut theme and am trying to increase the font size of the text I’ve typed in the “rich text” section pictured below. Any assistance would be appreciated!!

My store link is www.deojuvante.co and password is deogratias, if that helps :slightly_smiling_face:

Kind regards

Monica

Hi,

Add this code to the bottom of theme.css. Adjust px value to your preference.

.rich-text__text--large.rte-setting.text-center {
  font-size: 18px;
}

Hello @monica10

Please add this code to your theme.scss or theme.css file.

Navigate to online store >> Click edit theme code.

Now find theme.scss or theme.css and paste the following code:

rich-text__text--large p{font-size: 2rem !important;}

Change the “rem” value according to your preferences.