On This Page
Item Details Stylings
For reference, see Item Details under Website Row Content for more information on the element itself.
To add custom CSS to the current element (which applies to the current element only), you would use the standard Introduction To Advanced Styling functions and features for that specific element.
Change Item Value Color
To change the color of the item Value text.
.item-value {
color: black;
}
NOTE
Any suitable web-safe color designation will work. See w3schools.com - HTML Colors for additional references.
WARNING
(advanced) options may not be supported under all plans.
Last reviewed: February 2023