• Resolved drake85

    (@drake85)


    He,

    I choose a background image for the calendar, but there is a “white overlay” for all future doors. The past doors and the door from today there is no “whote overlay”. How can I “clear” this overlay? sry for my bad english…

    Unfortunately I can’t give you a link, cause it’s a test site…

    Thanks for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • I think you will find that it the way this plugin works.
    As the days pass, then a new door is revealed and the white overlay disappears, and reveals the whole image on Dec 25th.
    If you want to change the design so the overlay is not there, then you will need to edit the css.

    Thread Starter drake85

    (@drake85)

    Yes, you’re right.
    Tried to find it in the css, but I didn’t. What do I have to do to chance this?

    I think I used the Inspector to find the relevant code.
    Looks like the code is in plugins/wp-advent/css/WP_Advent_Plugin.css
    Near the bottom you will find…

    #wp-advent-calendar li span {
    background: rgba(255, 255, 255, 0.9);
    }

    Where the 0.9 displays the transparency of the background. Change to 0 or 0.1

    Thread Starter drake85

    (@drake85)

    The transparency, of course….
    I chanced it with the costumizer (Designs) and costum CSS/JS.
    If you want to chance it with it, use the following code:

    #wp-advent-calendar li span {
    background: rgba(255, 255, 255, 0)!important;
    }

    without !important it dosen’t work.

    Thank you very much for the help. So easy ^^

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No “hidden” image’ is closed to new replies.