Having trouble changing paragraph font from only displaying lower case text

I’ve read the topics here but I am still having trouble changing the paragraph font from only lower case to upper case/lower case font.

Also cant find my theme.css only find theme-setting.css

My website is https://hamakuabees.com/

Thank you in advance

Scott

@hawaiianguy

Hello,

p {
  text-transform: lowercase;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Like This