I've just been playing around with these tag background & title/description codes, adding text color, shadow & a different font family.
Here's what I came up with so far:
`/* TAG 4 BACKGROUND BEGIN */
.TagTile.colored:nth-child(4) {
background-image:
url("https://www.URL.jpg");
background-position: center, center;
background-repeat: no- repeat;
background-size: cover;
background-attachment: scroll;
}
.TagTile.colored:nth- child(4) .TagTile-name {
color: white;
text-shadow: 1px 1px 0px black;
font-family: Garamond, serif;
}
. TagTile.colored:nth-child(4) .TagTile-description {
color: white;
text-shadow: 1px 1px 0px black;
font-family: Garamond, serif;
}
/* TAG 4 BACKGROUND END */`
I dunno if this is the correct way to do things ....but it seems to be working sweet as.
•Example: