Bullet list change the font size

Posted in: Newspaper
Post count: 12

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

Post count: 21065

Hello!

Please add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:

.tdb_category_description li {
font-size: 25px;
line-height: 2;
}

Thank you!

Post count: 500

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

Post count: 500

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/

Post count: 35449

Hi,

You should use the settings from the template – https://i.imgur.com/Sbqcq58.pnghttps://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;
}

Post count: 500

Thanks – didn’t know that parameter existed.

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.