Hi, with 2.6.0. The Content Text Size will be ignored. Color and Text type is working but you are able to set any size, it will stay very tiny…
Size is only ignored on main page. in blog posts itself, there is all fine.
Hi,
Thank you for reporting this bug.
I will write the steps to replicate here, so that my employer can understand the issue.
1) Go to Settings -> Reading
Set -> Front page displays to Your latest posts
2) Go to Theme Options -> Typography -> Post title and content -> Content font
make changes to font size
It does not work.
I will inform my employer now.
At the moment, Please use the following fix.
.home .entry-content p {
font-size: 20px !important;
line-height: 1.5em !important;
}
You can change the size and line height as required.
Thank you.
Hi, the css is working fine. Thanks for your fast reply. Good job.
You are welcome.
Awww. Is there a way to get this working for searched items too? If you search something the result page is written in tiny letters too.
Hi,
Please use the following.
.search .entry-content p {
font-size: 20px !important;
line-height: 1.5em !important;
}
For archive pages use the following.
.archive .entry-content p {
font-size: 20px !important;
line-height: 1.5em !important;
}
Thank you.
Perfect. Thank you… 🙂
You are welcome!
The topic Content Text Size ignored. is closed to new replies