hello
how to close all slider at loading page ?
regards
how to close all slider at loading page ?
regards
<?php
$css = array();
$css = 'slider_oxydation{ display: none !important; }';
$doc =& JFactory::getDocument();
$doc->addStyleDeclaration($css);
?>