- This topic has 4 replies, 3 voices, and was last updated 7 years, 4 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 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 › Lightbox Ultimate – Inline HTML Display in Overlay background color
I’m using the shortcode for Inline HTML Display in overlay as shown below. I am having an issue changing the background color of the lightbox. The color is only changed for part of the lightbox. When you scroll down, it changes back to the original color. Changing the size of the box changes where the color change takes place. You can see it here
[Deleted html code. We will check the code by going to your test page]
Hi, I’m not noticing the issue that you described. Have you customized the background color with CSS? Try this CSS and see how it goes:
.fancybox-overlay {
background: none;
background-color: #f10f0f;
opacity: 0.5;
}
You can apply it in the customizer interface: Appearance > Customize > Additional CSS
Sorry, I may not have made myself clear. I am talking about the background color inside the lightbox. The code you sent me changes the background color outside of the lightbox.
If you have seen the problem can you please remove the link from the initial post.
I have removed the link as per your request.