Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #950565

    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.

    #951335

    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

    #958068
    This reply has been marked as private.
    #958269

    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

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