Hello Kriesi Team,
I want to change the font of a single word in the Caption Title & Text. I found the code for a complete font change:
(/*Change font family*/
h2.avia-caption-title{
font-family: “Times New Roman”}
But I only want to change the font of a single word (i.e Name of Company)
Please let me know.
Hey fcorts,
Could you please post a link to where we can see the element in question? Please point out exactly which word you want to change the font for.
Best regards,
Rikard
Hi Felix,
I don’t think that’s possible with the current format.
Can you try to put the first word inside a span tag for example instead of IMPROVE ROLL PERFORMANCE it would be:
<span>IMPROVE</span> ROLL PERFORMANCE
Then we can try to change the word enclosed in the span tag to use different font.
Best regards,
Nikko