Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › How to completely remove border from lightbox ultimate
- This topic has 7 replies, 3 voices, and was last updated 9 years, 1 month ago by
wpCommerce.
-
AuthorPosts
-
August 16, 2014 at 2:14 am #11325
patrickcava
MemberI 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?
August 17, 2014 at 12:26 am #64944wpCommerce
ModeratorHi, please provide a link to the page so I can take a look at your videos.
August 18, 2014 at 5:59 pm #64945patrickcava
Member[www.numerify.com] second slider.
August 20, 2014 at 7:05 am #64946wpCommerce
ModeratorThanks. 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.
August 20, 2014 at 9:09 pm #64947patrickcava
MemberHi,
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
August 23, 2014 at 12:34 am #64948wpCommerce
Moderator1. 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;
}October 29, 2016 at 4:56 am #64949advisordesigns
MemberWhen 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?
October 30, 2016 at 12:12 am #64950wpCommerce
Moderator@advisordesigns, Please provide a link to the page in question so I can take a look.
-
AuthorPosts
- You must be logged in to reply to this topic.