• I would like to have completley white background on fullscreen mode, is there any CSS fot it ?

    I dont like the “white splash” theme.

Viewing 1 replies (of 1 total)
  • Go to /var/www/html/wp-content/plugins/everlightbox/public/css
    chmod 777 everlightbox.css
    nano everlightbox.css

    /* WHITE SPLASH */
    #everlightbox-overlay.everlightbox-theme-white-splash {
    background-color: rgba(255, 255, 255, 1);

    To drop the shadow:

    box-shadow: 0 0 0px #666;

Viewing 1 replies (of 1 total)

The topic ‘Completly white background on fullscreen’ is closed to new replies.