I am trying to add a modification into my custom.css. I know it is loading becasue the page source indicates such. I'm wanting the titles of the k2 items to be a different color. This is the code I've tried but I must have something totally off with the specificity?
#k2Container
.itemListView
.itemList
#itemListLeading
.itemContainer itemContainerLast
.catItemView groupLeading
.catItemHeader
h3 class {
color: #1EB53A
}
When we release upgrades template files will change and you will have to reapply all your changes again (that's if you can remember where they all are). If you keep your changes in a separate Custom CSS file you'll have no issues upgrading.