You also have the ability to customize each row individually with CSS. This functionality leverages the new ID field in the Rows Stack settings HUD. If the ID were set to "1" then I could manipulate that row with the CSS ID "#row1". The below example changes the background color of the Header row (row1).
#row1 { background-color: #333333 }
© 2025 Weavers Space | Terms of Service | Privacy Policy