How can I adjust the text size in my blog?

Hi. Adjusting the typography does not seem to change the text size in my sites blog.

How can I fix this issue?

My URL is https://retrogamer.ae/blogs/blog/how-to-buy-from-mercari-japan-from-the-us

Hello @ramiq27

All you can do is go to: cs.style.css and then on the line 3058 replace with below code

.blog .blogs-item .intro p {
 line-height: 20px;
 font-size: 16px;
}

Thank you

Hello,

Use this CSS after that issue will fix Desktop and mobile Both

html .blog .blogs-item .intro p {
    line-height: 2.5rem !IMPORTANT;
    font-size: 1.9rem !important;
}

Thank you so much. Now it looks much better!