-
AuthorPosts
-
January 21, 2025 at 6:06 pm #1475506
Hi there –
Since updating Enfold, my lightbox CSS styles (that I’ve pasted into the ‘quick CSS’ section of the Enfold ‘general style’ settings) are no longer working… Upon inspecting the lightbox page, it no longer sees any of my CSS styles specifically for the lightbox … Please advise as to how I can correct this(click on any of the portfolio boxes to open any lightbox page)
Thanks for your support!
January 22, 2025 at 5:08 am #1475526First : this is not the enfold implemented magnificPopup lightbox. Next: what is wrong with those iframe popups? What you like to see or rule for those lightboxes?
January 22, 2025 at 9:57 am #1475546Hi,
What exactly are you looking to achieve? Please share screenshots highlighting your intentions.
Thanks for helping out @guenni007 :-)
Best regards,
RikardJanuary 22, 2025 at 3:56 pm #1475563Hi there and thank you for getting back to me… I had created a handful of styles (both for desktop and mobile breakpoints) for the logo, text description, and screenshot… All of which included details regarding positioning and size… None of them are loading anymore. There’s no connection between the css lightbox styles and any element in the light box since updating the theme… Do I need to put these styles in a different location other than in the the ‘quick CSS’ section of the Enfold ‘general style’ settings?
some css style examples that are no longer loading:
.lightbox_content_left
{
width:200px;
float:none;
display:block;
clear:both;
font-weight:normal;
font-size:2em;
line-height:1.4em;
text-transform: none;
color:#685f5f;
}img.lightbox_logo {
display: block;
clear:both;
float: none;
padding: 0px 0px 15px;
width: 45%;
}- This reply was modified 2 days, 3 hours ago by nulrick.
January 22, 2025 at 5:37 pm #1475588Hi,
Those classes seems to be located inside of iframes, which means that you cannot target them with your own CSS. You might want to reach out to the authors of the code for further help.
Best regards,
RikardJanuary 22, 2025 at 6:38 pm #1475595ok.. so that was my initial question.. lightbox / iframe elements cannot be targeted? weird .. they were working before
January 23, 2025 at 6:14 am #1475620 -
AuthorPosts
- You must be logged in to reply to this topic.