Now we will make a table that show you which extended class goes with which style.
Extended Class | Style |
---|---|
grid-double | All |
grid-triple | All |
dark | All |
no-color | teen_life |
purple | teen_life |
blue | All |
hilite | All |
item-sticky | All |
item-sticky2 | All |
item-sticky3 | All |
item-hot | All |
item-new | All |
item-free | All |
The style of the extended class (the extended class are used for all styles) is included in the template.css file in: templates/ja_wall/css . For the extended class that is used in a specific styles, it will be included in the theme.css file of the style. For example: the style of extended class: no-color (used in teen_life style only) is included in file theme.css in: templates/ja_wall/themes/teen_life/css.
2. How to use extended class
For Joomla content, add the extended class to the field: Extended Classes under the section: Metadata Options
While for K2 content, add the extended class to the field: Extended Classes in the tab: Extra Fields
3. Create new Extended Class
If you want to create an extended class for all styles, you need to defined and style it in the template.css file in: templates/ja_wall/css. And for extended class used in a style, define and style it in the theme.css file of the style.
Follow the code format
Then use css code to style for the extended class
Example