Closed (works as designed)
Project:
Skinr
Version:
6.x-1.6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2011 at 07:04 UTC
Updated:
9 Jun 2013 at 10:01 UTC
I need to add css classes specifically to the the h2 title tag.
Is there a way to create a $skinr2 variable or another solution of the sorts.
Comments
Comment #1
moonray commentedYour best bet it to apply a skin to the h2's parent container (a node or a block, etc.) and target
.parent-continer-class h2. Skinr doesn't support applying skins to random page elements.Comment #2
jbehshad commentedyeah, ive tried and it works for the most part.
I run into issues with mini-panels and nested blocks that dont need the style applied.
Comment #3
moonray commented