• Resolved girlswithguns

    (@girlswithguns)


    I’m looking to display a custom field inline, so am using the following code:

    [catlist tags="31days2021" orderby=date order=asc date=yes numberposts=-1 customfield_display="country" customfield_display_name="no" customfield_tag="span"]

    It displays the data I would expect inline, but it pushes the country right up against the rest of the information, without a separator. How would I add a space or ” – ” to the data?

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

Viewing 1 replies (of 1 total)
  • Thread Starter girlswithguns

    (@girlswithguns)

    Figured it out. You would add this code to the Custom CSS for the theme, to drop ” – ” in this case before the custom field data.

    span.lcp-customfield:before {
    content:" - ";
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Separator for custom field display’ is closed to new replies.