Should be possible to use this, to add in Here are: infront of the categori.
.YOURCLASS:before {
content: "Here are:";
}
You might want to add a class specefic for this to the div, since it’s possible that the class name could be used other places.
-
This reply was modified 2 years, 11 months ago by rasmusv.
-
This reply was modified 2 years, 11 months ago by rasmusv.