i have been playing around with the mod is there a way to have
define ('CAT_BOX_SUBTEXT_1','Subtext for cat 23 escape apostrophe\'s|1');//subtext - style 1
When click on the category, this subcategory is under the category name, is it possible to have it set to go on the buttom of the subcategories in that list when that category is selected?
Also for the above define, is there a way to make 2 of the same to go under the same category? I tried taking
define ('CAT_BOX_SUBTEXT_1','Subtext for cat 23 escape apostrophe\'s|1');//subtext - style 1
and switching it to
define ('CAT_BOX_SUBTEXT_1','Subtext for cat 23 escape apostrophe\'s|2');//subtext - style 2
then went to stylesheet for this mod:
.catBoxSubtext2 {
font-family: 'times new roman', serif;
font-weight: normal;
font-size: 1.2em;
color: #ff00;
background-color: #ffddff;
padding: 0.1em 0.2em 0.1em 1.0em;
}
But had zero progress