• Resolved ovoigt

    (@ovoigt)


    Hello,

    How can I delete the commas separating Firstname Lastname , (Suffix)

    Many thanks

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    Sorry, not it is not possible to remove or hide it at this time. What I can do is add a span tag and class around it so it can be hidden with CSS in a future update release.

    Thread Starter ovoigt

    (@ovoigt)

    Thanks. Much appreciated.

    Plugin Author Steven

    (@shazahm1hotmailcom)

    In the next update, you will be able to hide the suffix separator with the following CSS. Add it to the theme’s custom CSS area found in the Customizer.

    .honorific-suffix .cn-separator { display: none; }

    Plugin Author Steven

    (@shazahm1hotmailcom)

    Following up…

    The update that contains the change required to hide the comma was released.

    I hope this helps, please let me know.

    Thread Starter ovoigt

    (@ovoigt)

    .honorific-suffix .cn-separator { display: none; }

    doesn’t seem to work. Please see
    https://gymnasium-brake.info/personen/schulleitung/

    Plugin Author Steven

    (@shazahm1hotmailcom)

    Adjust the CSS to be this:

    .honorific-suffix .cn-separator { display: none !important; }

    I hope this helps, please let me know.

    Thread Starter ovoigt

    (@ovoigt)

    Perfect, it’s working now. Many thanks

    Plugin Author Steven

    (@shazahm1hotmailcom)

    Great to hear that tweak worked for you!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Getting rid of commas’ is closed to new replies.