Custom fields in frontend - how to change the appearence [format]
Hello,
I searched the forum but couldnīt find the answer.
I want to change the appearence/format of the custom fields in frontend (single listing, Vantage 1.1.3), so that the output is something like this:
Title 1
option1
Title 2
option2, option3, option4
Unformatted, in Vantage it looks like this:
Title 1: option1
Title 2: option2, option3, option4
I found the related part in the *.css but itīs not divided in Title - filed.
Now I am looking for the file in which I can influence the view.
P.S. [The single-listing.php uses <?php the_listing_fields(); ?>]