Besides, bolded text are not showing on mobile versions. But is fine on desktop.
P.S. They look ok when I preview on desktop though. But on actual devices they’re gone…
P.P.S. I tested on several mobile devices and the result is the same. Text is generally too small and bold formatting are gone.
-
This reply was modified 5 months, 3 weeks ago by loyukfai.
-
This reply was modified 5 months, 3 weeks ago by loyukfai.
OK below codes partially solved the problem.
.entry p { font-size: 18px
}
But the bold formatting is still no-go…
Edit: Found out only the Chinese text is having problem, the English text is totally fine…
-
This reply was modified 5 months, 3 weeks ago by loyukfai.
For the bold issue, what happens if you try another font?
Theme Options > Styling > Font
I just tried…
Lato
Open Sans
PT Serifs
Georgia
No difference.
I googled and found the below page and added this CSS code, now it’s fine!
.entry strong {
font-weight: 700;
}
https://wordpress.com/forums/topic/text-within-blog-post-is-not-showing-up-bold-like-i-formatted-it/
Thanks!!