#Remove padding and border from table in resource
8 messages · Page 1 of 1 (latest)
How can I point to a specific resource class? @pale sphinx
Check the html in dev tools. There will be be a class higher up the tree like fi-list-resource-<model> you can use that to target based on resources and specific resource pages.
Iirc it’s on the same element with the fi-page class.
Thank you. Will mark as solved when I'm done