Posted in: Newspaper
Apr 10, 2026 at 4:27 pm
Can you tell us how I can default the drop cap style of only the first character of the first block text to BOLD in CSS?
See for an example https://cloudzeeland.nl/de-onzichtbare-westerse-bril-van-ai/
-
This topic was modified 3 months by
DocDigit.
Apr 14, 2026 at 2:15 pm
I see, in this situation, you could use a css like this one:
.tdb_single_content p:first-child.dropcapp3:first-letter{
font-weight: 900;
}
Just add any css you need for the first Drop Cap, the css will apply only on the drop cap that is on the first paragraph inside the post
Apr 15, 2026 at 10:06 am
Hi,
Cloud templates are the templates that you get from the tagDiv Cloud Library, and you can edit them with tagDiv Composer.
– https://forum.tagdiv.com/how-use-tagdiv-cloud-library-templates/
– https://forum.tagdiv.com/cloud-library-templates/
Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.