Viewing 1 replies (of 1 total)
  • Plugin Contributor techotronic

    (@techotronic)

    Hi,
    for some reason, the whole header element has a z-index of 9999, which is the same value that the colorbox and the overlay have.
    Edit the style.css that comes with twentyeleven and set it to a value lower than 9999:

    #branding {
    	border-top: 2px solid #bbb;
    	padding-bottom: 10px;
    	position: relative;
    	z-index: 9999;
    }

    I’ll change the z-index of the themes in a future version of the plugin.

    Cheers,
    Arne

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: jQuery Colorbox] jQuery images behind Header Image’ is closed to new replies.