Hello
You have so way.
You need use
joomla gallery shortcode
For 1 gallery you use some:
Code: |
<div class="gal_color_1">
{short code for first gallery}
</div>
|
For 2 gallery you use some:
Code: |
<div class="gal_color_2">
{short code for first gallery}
</div>
|
and in your template CSS file
you need add:
Code: |
.gal_color_1
{color: red; }
.gal_color_2
{color: green; }
|
Regards
0rdaSoft team