Partial italics in block titles

Posted in: Newspaper
Post count: 500

I want to get partial italics in post titles. I can achieve this in the post title itself using <i>…</i> or . This shows up ok in the post title. However, it is not reflected when the title appears elsewhere. See this:

https://drive.google.com/file/d/1Dkwc6m9wV4ZwvRecR4hM0fM25SRuq-nb/view?usp=sharing

…where the post title is Flying Machines New Life but not in the Block 2 loop in the sidebar where there is no italic in this title.

Is this be possible now with CSS or in a future edition of Newspaper? I would love to have this option.

Thanks, MG

Post count: 35449

Hi,

You need to set on each module that show titles that italics style ( https://www.screencast.com/t/qEcFusupN ), or using custom css https://www.screencast.com/t/cHRGN6s2M2
.entry-title {
font-style : italic;
}

Thank you for your understanding.

Post count: 500

Thanks, Calin, but I need to have some words italic and some not in the same title. For example if I set the title of this post

https://jazzjournal.co.uk/2019/01/20/yelena-eckemoff-better-than-gold-and-silver/

as Yelena Eckemoff: Better than Gold and Silver

in the sidebar “Most-read audio reviews” Better than Gold and Silver will not inherit the italics.

Post count: 35449

Hi,

If you want to achieve that you can do it only for content post -> https://www.screencast.com/t/ZRyW9QvRAyc , unfortunatly the modules/blocks do not have any option to do that, sorry.

Thank you for your understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.