Hi guys.
I’m restyling my website using Newspaper.
I set up a category page using a template. For each category I set a description using the wordpress feature (category description) and teh content is dinamically pulled inside the template.
Bullets lists are using a different size and I cannot figure out out to fix it.
Can anyone help me? If i remove the bullet list, the size returns to its initial size (consistent with the post)
example without bullet list: https://www.staging2.massimobasso.com/africa/
example with bullet list:https://www.staging2.massimobasso.com/america/alaska/
Thank you
Max https://www.massimobasso.com
Hello – the WordPress controls for font size in the List editor are ineffective. So I tried entering
.tdb_category_description li {
font-size: 25px;
line-height: 2;
}
in Newspaper -> Theme panel -> Custom code -> Custom CSS
but it has no effect on my List font size.
How can I change List font size in Newspaper?
Thanks
Mark Gilbert
Here is a page with the List problem – font not same as rest of page: https://jazzjournal.co.uk/2025/09/11/scarborough-jazz-festival-2025/
Hi,
You should use the settings from the template – https://i.imgur.com/Sbqcq58.png – https://i.imgur.com/Q5BkRZP.png https://i.imgur.com/2I5ZR9v.png
If you want to use a css code you should use it like this:
.wp-block-list li {
font-size: 25px !important;
}