CSS in WebApp

Home Forums Quform WordPress CSS in WebApp

This topic is: resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5998
    kernel
    Participant

    The following hooks are required to overcome white borders and to darken the overlay in dark themes:

    #fancybox-overlay[style] {
    background-color: #000 !important;
    }
    #fancybox-content[style] {
    border-width: 1px !important;
    border-color: #545454 !important;
    }

    All is fine under normal browsing, however while in WebApp Mode, there is no change in the style directed in above code. Example: walkingdeadcomics.org

    Any Ideas?, Either adding this to a current theme.css or modifying the original variables in: jquery.fancybox-1.3.4.css makes no difference. It works everywhere but WebApp Mode. Really need to get this to work everywhere.

    Thanks

    #5999
    kernel
    Participant

    Resolved,

    The “?1” trick didn’t work, i just renamed the .css and corrected the common.php file to resolve the cache.

    #6020
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy