Okay
  Public Ticket #919093
nK Banner Images
Closed

Comments

  •  2
    Peter started the conversation

    I have recently been adjusting the Theme Color and Opacity settings and have it just about to where I want it, but for some reason the background images on the nK Banners are not working.  I am not sure if this is because of a setting I changed, or the recent update to the nK Theme Helper Plugin that I installed around the sametime.

    I did edit the style.css file but ended up removing those edits, and reverting to just the clean .css as it was, and the nK banner images are still not displaying.  When I open Visual Composer they display, but on the regular front page it's covering them with a solid gray color.  Banner Overlay Opacity is set to 100% (1) and the top banner reflects that accurately; but it's as if the nK banners are set to 0% opacity.

  •  522
    Nikita replied

    Hi, Peter.

    I see you added 100% opacity for images without overlay color and this breaks some styles. This will be fixed in next theme update.

    For now you can add custom style to fix it:

    .youplay-banner .image {
        z-index: 0;
    }
    

    Best regards.