Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Uplift
  • #324305
    micheal_w
    Member
    Post count: 498

    Hi guys,

    on the above page I am using an animated headline.
    I would like to include standard (or preferably font awesome icon-type) quote marks ” at the beginning and end of the sentence (before the “Hi… and after the …inspired clothes?”

    None works. Not even the simple ” mark, no html & # 0 3 4 ; code and not the fa icon code either.
    If I use any of these, they (as well as the text itself) disappear.

    Can you please help?

    #324307
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try to add this to your custom css option.

    .page-id-20721 .sf-headline.text-center:before {
        content: '"';
    }
    
    .page-id-20721 .sf-headline.text-center:after {
        content: '"';
    }

    -Rui

    #324700
    micheal_w
    Member
    Post count: 498
    This reply has been marked as private.
    #324806
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    it seems you have a &nbsp between the 2 words. Can you remove it?

    -Rui

    #325684
    micheal_w
    Member
    Post count: 498

    Hi Rui,

    Not sure what you mean by, it is a simple text.
    See screenshot attached.

    Attachments:
    You must be logged in to view attached files.
    #325691
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    you can’t see it in the editor but it’s there. I changed it to html mode and erase the space between the 2 words and placed it again an switched to visual mode and save.

    It’s fine now seem the word can already break to a different line.

    -Rui

    #325822
    micheal_w
    Member
    Post count: 498

    Thanks Rui! Perfect!

    #325824
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    no problem. Glad I could help.

    -Rui

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

You must be logged in to reply to this topic.