Josh that worked perfectly for targeting certain tiles. Now my finale hurdle is adjusting the image size. I’ve tried font-size… That definitely didn’t work because it’s not a font/vector. Height and width only moved it. Some I’m assuming it’s another layer deep as it appears inside the another div.
You can adjust the size of the icon item by dragging its handles and the image within it will increase in size. When an icon item is selected, you can also use the (font) size adjustments in the Super Tile editor toolbar and that will increase the size of the icon within its container.
If it scales with the height and width of the item then setting the height and width of the item like you did the top should do it. Was your css on the img instead of the .item?
@Chris_C all of your suggestions have worked perfectly. I have a question. Using the object inspector I can object-fit: cover to the img element and it fills the image to the whole tile.
However I can’t get it in Sharptools. I was hoping you can help out… again because I have no css skills.
I have a supertile with multiple variables. I have successfully been able to target the color of the text of a specific variable in the supertile using the CSS .item:nth-child. I would like to add a background color to this same variable instead of changing the color of the text. Is this possible?