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
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;
}
Hi @kindredpeople ,
Can you send me the screenshot where you added the code. I will check it.
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
yes I’d like 18 px for mobile and desktop too ![]()
success!! thank you @LitExtension