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


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


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?

Lightbox Border
(1 viewing) (1) Guest
"ARI Fancy Lightbox" WordPress plugin
Go to bottomPage: 1
TOPIC: Lightbox Border
#62207
Lightbox Border 6 Years, 3 Months ago Karma: 0
Hi,

Is it possible to put a solid border around the Lightbox and customize pixel width, color and border radius?
Maybe in the custom CSS area : what would I code would I need to use?

Regards
Matt
Last Edit: 2018/01/09 02:13 By mattyau75.
The administrator has disabled public write access.
 
#62208
Re:Lightbox Border 6 Years, 3 Months ago Karma: 748
Hello,

You can add the following code "Custom CSS" parameter on "Style" tab on "ARI Fancy Lightbox -> Settings" page to add border around images into the lightbox:

body .fancybox-slide .fancybox-image-wrap {
border: 10px solid white;
border-radius: 5px;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#62215
Re:Lightbox Border 6 Years, 3 Months ago Karma: 0
Hi,

Thank you for the quick response. It was greatly appreciated.

I could not get the CCS below to work for my page : I am using ARI Fancy Lightbox to open an external link in a lightbox

body .fancybox-slide .fancybox-image-wrap {
border: 10px solid white;
border-radius: 5px;
}

I had to delete "body" and ".fancybox-image-wrap" which allowed the following CSS to work. This created a border around the "overlay" and entire screen viewport.

.fancybox-slide {
border: 10px solid white;
border-radius: 5px;
}

The above was not exactly what I was intending as I was hoping to have a border around the pop up light box content only (not overlay background or full screen). So for me it was a simple modification to use the below code :-

.fancybox-content {
border: 10px solid white !important;
border-radius: 5px !important;
}

Thanks for pointing me in the right direction

Cheers
Matt
Last Edit: 2018/01/11 00:54 By mattyau75.
The administrator has disabled public write access.
 
Go to topPage: 1