On This Page
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 Introduction To Advanced Styling functions and features for that specific element.
Change Item Navigation Link Colors
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 Colors for additional references.
WARNING
(advanced) options may not be supported under all plans.
Last reviewed: February 2023