How to add an ending Quotation on SKT Golf theme

Home Forums All Other Themes How to add an ending Quotation on SKT Golf theme

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #125546
    nahumpfrancisnahumpfrancis
    Participant
    • Topics: 31
    • Replies: 67
    • Total: 98
    Member since: August 30, 2018

    Dear Support,

    I would like to add a starting and ending quotation mark ( ” ” ). However, I cannot add an ending quotation somehow! Please help me add an ending quotation mark.

    My website link is https://kevinorieux.com/millennials-unmotivated-or-unmentored/

    #125625
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Where, you want to add quotation marks?

    Regards,
    Chris

    #125631
    nahumpfrancisnahumpfrancis
    Participant
    • Topics: 31
    • Replies: 67
    • Total: 98
    Member since: August 30, 2018

    Hello Chris,

    Here it is
    https://imgur.com/U4oOPxE

    The url to this page is https://kevinorieux.com/millennials-unmotivated-or-unmentored/
    The quotation mark I want at the end of paragraph

    #125668
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    blockquote::after {
        content: "\f10e";
        position: absolute;
        right: 0;
        font-family: FontAwesome;
        color: #a6a6a6;
        margin-top: -48px;
        right: 10px;
    }

    Regards,
    Chris

    #125694
    nahumpfrancisnahumpfrancis
    Participant
    • Topics: 31
    • Replies: 67
    • Total: 98
    Member since: August 30, 2018

    Hey Chris,

    Thank you for your reply. However, it didnt work.

    #125767
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Okay, Kindly go to Appearance >> Editor >> Style.css >> scroll down to bottom of the page and paste there:

    blockquote::after {
        content: "\f10e";
        position: absolute;
        right: 0;
        font-family: FontAwesome;
        color: #a6a6a6;
        margin-top: -48px;
        right: 10px;
    }

    Regards,
    Chris

    #125807
    nahumpfrancisnahumpfrancis
    Participant
    • Topics: 31
    • Replies: 67
    • Total: 98
    Member since: August 30, 2018

    Still not working. It’s showing a f10e at the end.

    #125823
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Okay, Kindly send us your URL of the site and WordPress admin details (Username & Password) via email: [email protected] Please mention this forum URL while replying so that we understand what needs to be done.

    We’ll check and revert back to you.

    Regards,
    Chris

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