New Landing How can we help? General Forum Help Swift page builder italics

Viewing 14 posts - 1 through 14 (of 14 total)
  • #127840
    CapricorneStudio
    Member
    Post count: 18

    Hi, I am trying to fix a problem that causes my site to miss all italicized texts that are edited in Swift page builder. Any idea what could be wrong?

    Thanks for your help

    Attachments:
    You must be logged in to view attached files.
    #127892
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    The font must not support italic text, can you point out which words are supposed to be italic so I can inspect the css?

    – Kyle

    #129559
    CapricorneStudio
    Member
    Post count: 18

    1st paragraph, “Celebrity Studies”

    That’s what I thought, I changed for a Google font supporting italics, (Gentium instead of Buenard) and it doesn’t do the trick. Safari’s page inspector shows me the <i> code besides the text but does’t render on screen…

    Thanks again!!

    Attachments:
    You must be logged in to view attached files.
    #129572
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use the code like:-
    <span style="font-style:italic" >Celebrity Studies</span>
    Thanks
    Mohammad

    #129719
    CapricorneStudio
    Member
    Post count: 18

    Hi,

    Really…!?

    No other, “easier” way to get italics than coding all instances?

    Thanks


    Francis

    #129720
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    It is an specific piece of text inside other text content. I’m afraid it don’t exist any easier solution.

    -Rui

    #129728
    CapricorneStudio
    Member
    Post count: 18

    Thanks Rui,

    Just so you know, when I attribute a “bold” text style (no coding) to the same specific text content it ends out bold in the frontend. Any ideas why it works with bold but not with italic?

    Thanks

    F.

    #129746
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    The html for italics is <em>

    Have you tried that?

    – Kyle

    #129758
    CapricorneStudio
    Member
    Post count: 18

    Kyle,

    I cannot use these codes in swift page builder… It shows on the site frontend.
    Actually there is to many texts I would need to re-edit and code manually for this kind of solution.

    Just to make sure I understand… There is no way I can attribute an italic style with Swiftpage builder. This is strange cause it can handle bold styles but not italic.

    Here is an example of the same text with both “italic” and “Bold” switched on. Only bold shows up.

    Thanks again

    F.

    Attachments:
    You must be logged in to view attached files.
    #129762
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You got a link to that page? I’ll inspect the css

    – Kyle

    #129763
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try to use this custom css code and hope it should work with your code.

    .single-portfolio div.wpb_content_element div.wpb_wrapper p > i{
    font-style:italic !important;
    }

    Thanks
    Mohammad

    #129785
    CapricorneStudio
    Member
    Post count: 18

    Sure Kyle!

    ACCUEIL


    Thanks Mohammad, I’ll try right away!

    F.

    #129786
    CapricorneStudio
    Member
    Post count: 18

    It works Mohammad!!

    I will check for other instances but it looks good!

    Many thanks guys

    F.

    #129864
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks Mohammad

    – Kyle

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register