Formatting Custom Field Output

This topic contains 2 reply and 2 voices, and was last updated by hughs 10 years, 6 months ago
Viewing 2 Posts - 1 through 2 (of 2 total)
Author Posts
October 6, 2013 at 9:54 pm 8775
hughs In the User Frontend General Options folder I selected "Show custom fields on post content area" to display custom text fields in posts. I am trying to figure out how to format the custom text field outputs. The custom field output on the posts are formatted as list items with bullets which I would like to remove and there is a line break after the custom field and the custom data which I also want to remove. See example below: -Character's Name :Forrest Gump -Actor's Name :Tom Hanks Is this something that can be formatted from WP User Frontend? I would like to format the custom fields to be: Character's Name: Forrest Gump Actor's Name: Tom Hanks
October 6, 2013 at 11:14 pm 8779
Tareq Hasan Tareq Hasan

I think the bullet and showing the values in a new line is happening for CSS. It can be easily fixed with CSS. Let us know if you can solve it with CSS.

October 10, 2013 at 11:41 pm 8924
hughs hughs

Hi Tareq,
The formatting of custom fields was solved with CSS:

.wpuf_customs label {
    display:inline;
}
Viewing 2 Posts - 1 through 2 (of 2 total)