How to italicize the title of the header

Hi,

Our creator would like to add <i> or em tags to the header title in item page.
Omeka either display the tags <em> or if I use the strip format function, it will delete the tag and the text is not italicized.
Is there a way around this?
thanks

That sounds like you might achieve the desired effect by adding some CSS to the item page. depending on the theme, adding this CSS to the page might get what you want:

h1 > p { font-style: italic; }

Hi,
thanks for reply.
But that solution will affect all items, I want only to apply italic to items where title is selected to be italic by the creator not all the items. Is that solution possible in the header!

Thanks
Nancy

Are they checking the "Use HTML" box when they enter the data? That should activate the HTML editor, which lets you do italics.

They did check the html box, the title is italicized in the page but the header either show the tag around the title or in some themes in omeka 2 it show no tag bc the strip tag function is used. When I removed the strip tag function, the tag show around the title only in the header of the page not inside the page. The title inside the page looks good.
Thanks
Nancy
Nancy

Hmm...could you tell us which themes are showing the tag?

If you are referring to the browser's title bar, we can't make that italic, but it shouldn't show the tag, either.

Hi,

The tag will not show if the strip function is used, but it will not italic the title in the browser page. I guess this is can not be happen as you explained. But I tried to remove the strip function and as a result the tag show up.

So I guess the answer we can not italic some titles, it has to be all title or none! right!
thanks
Nancy