Item Catalog Stylings

January 2023: the current dashboard release has new graphics and some interface changes. Many screenshots still reflect the older release and will be updated shortly.

For reference, see Item Catalog 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 Advanced Styling functions and features for that specific element.


To change the color of the item navigation link ("next", "previous", and "go back") text.

.item-nav-go-back {
  color: red;
}

.item-nav-previous {
  color: green;
}

.item-nav-next {
  color: white;
}

NOTE

Any suitable web-safe color designation will work. See w3schools.com - HTML Colorsopen in new window for additional references.

WARNING

(advanced) options may not be supported under all plans.


Reviewed: February 2023