• Resolved chenry1124

    (@chenry1124)


    I’m using the plugin to create a church directory. Im using the Default Entry Card 3.0 template to show a list of families. The family members are associated with the family entry, but I haven’t selected a “relation” (like Father, Mother, Spouse ect). In the list view, the names of the family members show up with a colon (the separator character) in front of the name. I’ve tried to use the theme customizer to remove the label and separator by changing the Name Format as well as the Contact Name Format, but neither has any affect. Is there a way to remove the colon? Thanks in advance, Charles

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

    (@shazahm1hotmailcom)

    Add the following to the theme’s custom CSS area found in the Customizer:

    
    #cn-list .cn-relations .cn-separator {
    	display: none;
    }
    

    That will hide the display of the separator.

    I hope this helps, please let me know.

    Thread Starter chenry1124

    (@chenry1124)

    Thanks so much!

    Plugin Author Steven

    (@shazahm1hotmailcom)

    No problem, glad to help!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Name format’ is closed to new replies.