Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 25/11/2021 Black Friday Promotion

    BIG SALE, 35% discount for all our extensions. Use BF21 coupon code. Hurry up the discount is valid till 1 December.

  • 30/04/2021 Important information

    We transferred to another hosting so if you are experiencing any problem let us know. We will fix it as soon as possible.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Individual Borders
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Individual Borders
#35562
Individual Borders 10 Years, 4 Months ago Karma: 0
I have a carousel setup with 4 images. See here: www.jadephoenixartist.com/

I need to place a border around each individual image (thumbnail) How do I go about that?

Thanks in advance.

Brett
The administrator has disabled public write access.
 
#35566
Re:Individual Borders 10 Years, 4 Months ago Karma: 740
Hello,

Add the following CSS rule to "CSS Styles" parameter in module settings:

IMG.cloudcarousel
{
border: 1px solid green;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#35568
Re:Individual Borders 10 Years, 4 Months ago Karma: 0
Thank yoy. Works great.
The administrator has disabled public write access.
 
#35598
Re:Individual Borders 10 Years, 4 Months ago Karma: 0
Hi,

Expanding the question. When clicking on the thumbnail and the larger image "pops up" how do I add the border to the larger image?

Same site: www.jadephoenixartist.com

Thanks in advance.

Brett
The administrator has disabled public write access.
 
#35604
Re:Individual Borders 10 Years, 4 Months ago Karma: 740
Try the following CSS rule:

#sbox-content IMG
{
border: 3px solid red;
margin-top: -3px;
margin-left: -3px;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1