Hello All,
Could anyone explain why a specific line of code is not working, even though all of the rest of it works as intended and is identical to other lines except one single letter?
The line of code that does not work is here:
.day-5 {
grid-area: d5;
}
.day-5 .back {
background: url(https://cdn.shopify.com/s/files/1/1779/2423/files/Come_Back_Soon_Advent_Calendar_Final.png?v=1701440648);
}
“d5” specifically is not highlighted like the other lines strangely.
Please see the image below for an example of what it currently looks like on theme.liquid
Would anyone be able to find out why this stops “Day 5” to not work and display an image like the rest of the tiles?
Please see the link to the website and the page where the issue takes place here:
https://toptoys2u.co.uk/pages/advent-calendar
I appreciate any help!

