Home › Forums › Theme support › Disable Allslider in Strong theme › Reply To: Disable Allslider in Strong theme
Hi,
you can open the file “responsive.css” in the folder “style/” in the root of the theme folder, than search for the media query of the screen size where you want to hide the slider and than add this:
#slideshow_header {
display:none;
}