• mikeallteams

    (@mikeallteams)


    Hi there, would it be possible to add a class to custom fields?

    So in this example

    <div class="ufaq-custom-field-label">Cost: </div>
    <div class="ufaq-custom-field-value">&nbsp;500</div>

    have something like

    <div class="ufaq-custom-cost-group">
    <div class="ufaq-custom-field-label ufaq-custom-cost-label">Cost: </div>
    <div class="ufaq-custom-field-value ufaq-custom-cost-value">&nbsp;500</div>
    </div>

    Cheers

    • This topic was modified 9 years ago by mikeallteams. Reason: mistake in code
Viewing 1 replies (of 1 total)
  • Hi Mike,

    Unfortunately, there’s currently no functionality that would allow for something like this. The only way to do it would be to modify the plugin code directly.

    We can note this down as a feature suggestion and look into the possibility of wrapping each custom field label and value in another div in a future update.

Viewing 1 replies (of 1 total)

The topic ‘Class on custom fields’ is closed to new replies.