Hello,
You can wrap {arisexylightbox} tag with <div> HTML tag with specific CSS class or if 'Simple Gallery' layout type is used, you can specify container CSS class with help "mainClass" attribute of {arisexylightbox} tag. For example, if you want to create border around image, the following code can be used:
Code: |
{arisexylightbox activeType="imglist" type="gallery" mainClass="simple-gallery"}
|
and the next CSS rule:
Code: |
TABLE.simple-gallery TR TD IMG
{
border: 2px solid red;
}
|
Regards,
ARI Soft