- This topic has 7 replies, 3 voices, and was last updated 8 years ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › How to completely remove border from lightbox ultimate
I would like to remove the white border from our lightbox video so that it looks like the video on this page [http://thoughtspot.com/team] . how do I do that?
Hi, please provide a link to the page so I can take a look at your videos.
[www.numerify.com] second slider.
Thanks. I checked the lightbox popup. It will actually require some advanced CSS customizations.
I have sent you an email to your registered email address for site access. Let me know if you don’t receive it.
Hi,
I received the request for access to our site. I would prefer if you could point me in the right direction as to what CSS would nee to be customized.
Thanks,
-Patrick
1. Please install our custom CSS plugin: https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2. Now, add the following CSS in the settings area of the Custom CSS plugin:
div.pp_default .pp_content_container .pp_left{
background: none;
}
div.pp_default .pp_content,div.light_rounded .pp_content{
background: none;
}
div.pp_default .pp_bottom .pp_left{
background: none;
}
div.pp_default .pp_bottom .pp_middle{
background: none;
}
div.pp_default .pp_content_container .pp_right{
background: none;
}
div.pp_default .pp_bottom .pp_right{
background: none;
}
div.pp_default .pp_top .pp_left{
background: none;
}
div.pp_default .pp_top .pp_middle{
background: none;
}
div.pp_default .pp_top .pp_right{
background: none;
}
div.pp_default .pp_description{
display: none !important;
}
div.pp_default .pp_close{
background: none;
}
When using the CSS to remove the white border around the video lightbox, it also changes the look of the loading gif and makes it look not so great. Is there a way to remove the border but keep the nicer look of the loading gif?
@advisordesigns, Please provide a link to the page in question so I can take a look.