Hi, I want the text size in posts and in the icon list element to be bigger but when I use this:
body, body p {
font-size: 16px;
}
It also effects the text box element and the special heading subheading sizes and I can’t make them bigger if I want.
Is there a different CSS code I can use to only make the blog posts text size bigger and also to make the icon list text size bigger?
Thanks.
Hey DROR!
Please use following code instead
.entry-content {
font-size: 16px;
}
.iconlist_content {
font-size: 16px;
}
Regards,
Yigit
Hey!
Please try this:
.template-blog .entry-content > * {
font-size: 18px;
}
Regards,
Ismael
That also makes no change.
Hey!
It works fine on our installation. Please try to remove browser cache then reload the page or replace the code with this:
.template-blog .entry-content > * {
font-size: 18px !important;
}
Regards,
Ismael
Hey!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Best regards,
Yigit
Sorry, my bad. It actually does work. Thanks :)
How can I control the title and content font size of an icon list?
Hey!
It seems like you have already started a thread – https://kriesi.at/support/topic/how-to-increase-the-text-size-of-the-icon-list-titles-and-text/ :)
Best regards,
Yigit