Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @franktomas,

    Thanks for sharing the page link. We have visited your site and found the issue. The issue is happening due to CSS conflict. The Elementor builder CSS has overridden the plugin’s CSS which is why the icons are not showing. However, we have figured out the solution.

    Please use the following CSS in the plugin’s Custom CSS field to fix the issue.

    .wcgs-fancybox-custom-wrapper .fancybox-button--zoom svg, .wcgs-fancybox-custom-wrapper .fancybox-button--close svg {
        height: 25px;
        position: relative;
        width: 25px;
        top: -5px;
        left: -13px;
    }
    .wcgs-fancybox-custom-wrapper .fancybox-button--zoom, .wcgs-fancybox-custom-wrapper .fancybox-button--close {
        background: rgb(30 30 30 / 54%) !important;
        }
    .wcgs-fancybox-custom-wrapper .fancybox-button--zoom:hover, .wcgs-fancybox-custom-wrapper .fancybox-button--close:hover {
        background: #cccccc !important;
        }

    Hope the above CSS will work to display the button and icons properly. Let us know if it works for you or not.

    Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @franktomas,

    This thread has been inactive for a bit, so I’m going to mark it as Resolved now. Please feel free to open a new one if you have any further questions.

    Cheers!

    Thread Starter Tomas Frank

    (@franktomas)

    Hello, its helped. Thank you.

    Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @franktomas,

    Nice to hear that the icons in the lightbox are shown after CSS adding. If you like the plugin and support, please share your experience in the review section.

    Thank you too.

    Thread Starter Tomas Frank

    (@franktomas)

    Done ??

    Plugin Support Bayejid Ahmed

    (@bayejid00)

    Thank you ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Missing icon in lightbox’ is closed to new replies.