Meta Box
Support Forum
Support › Meta Box AIO › Customise the lowest dynamic data
I have a table with dynamic data from CPT. I would like to style the lowest value from the values that are outputted on frontend in each set of row.
Is this possible?
I am using Metabox, Metabox AIO and Bricks Builder.
Hello Ripal,
If you want to style the lowest value, I think you need to use the code to output the field value, please follow the documentation https://docs.metabox.io/functions/rwmb-meta/
then create a custom code to check the lowest value, add a specific class to the element and use the CSS code to style that element.