Item Catalog Stylings

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.


Last reviewed: February 2023
ItemCatalogStylings
/advanced/adding_custom_css/current_element/row_item_catalog/
advanced
adding_custom_css
current_element
row_item_catalog
Item Catalog Stylings