Since the update I can’t get the slider to show up at all on my main page. It appears fine in the Customizer, but won’t appear on the actual page once Published.
http://www.TheSqueakyCurd.com
I entered as Custom CSS:
/* Removes the image-slider from any device viewing with a screen width of 720px or less */
@media screen and (max-width: 720px) {
.ibanner {
display: none;
}
}
As stated, this removes the slider on most phones but leaves it on some tablets and all computers when the screen is large enough. It may not be elegant, but it works for me.
clemenssielaff’s response worked for me. Thanks!
I too am having this problem after updating. In the Customize screen it shows my Header image as selected but this doesn’t appear on the actual webpage.