|
#1
|
|||
|
|||
|
<IMAGE_CATEGORY> Alternative?
Is there an alternative to the <IMAGE_CATEGORY> tag? It includes the "Categories:" part which I want to alter to include a <strong> - I guess I could include that in the lang-english.php file but that seems a little hacky.
|
|
#2
|
||||
|
||||
|
You can apply some CSS to the <IMAGE_CATEGORY> tag output.
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
|
#3
|
||||
|
||||
|
Because there is no specific ID or CLASS applied to the <IMAGE_CATEGORY> output. You could do something like this:
CSS: Code:
span.img_cat {
font-weight: bold;
}
span.img_cat a {
font-weight: normal;
}
Code:
<span class="img_cat"><IMAGE_CATEGORY></span>
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
|
#4
|
|||
|
|||
|
I must admit that I would have never thought of this.. very creative work around.
|
| Post Reply |
| Thread Tools | |
|
|