Why isn't my code for increasing paragraph font size working?

My code for increasing the paragraph (p) font size is not working.

p {
font-size: 18px !important;
}

Could someone know what is wrong?

https://kindredpeople.myshopify.com/

password: hellohello

@kindredpeople Go to assets/style.css and paste below code at bottom of file.

.rte p, #comments p, #template p, #address_tables p, .section-accordion .cc-accordion-item__content p
{
font-size: 25px !importent;
}

@LitExtension

Hi @kindredpeople ,

Can you send me the screenshot where you added the code. I will check it.

Hi @LitExtension , thanks for your reply.

Please see below. I pasted it in styles.css.liquid

Hi @kindredpeople ,

I tested and your code works only for mobile.

Do you want it to display on both desktop and mobile?

Ohh that’s why :slightly_smiling_face: yes I’d like 18 px for mobile and desktop too :slightly_smiling_face:

Hi @kindredpeople ,

Please go to styles.css.liquid file and move code here:

Hope it helps!

success!! thank you @LitExtension

1 Like