Hi there,
I have a question regarding the background of my navigation bar when the JF slideshow is running.
For now it has the background of the slideshow picture unless I scroll down. Is there any chance to get always the designed background?
Website is
www.stahlsport.de
I figured out some lines in the file /scripts/js/callaexteriors.js which seem to handle at least when the background changes.
jQuery(window).on("scroll", function(){
if (jQuery(window).width() > 765) {
if (jQuery(window).scrollTop() > 55){
jQuery('#jf-header').addClass('transparent');
} else {
jQuery('#jf-header').removeClass('transparent');
}
If there isn't any solution, is there a way to disable the JF slideshow at all, especially the CSS design of that?
Many thanks!!!
Ben