Navigator buttons


Author Message
Wulfstan

Posted: 4/13/2013
Quote message 

Is there anyway to remove the navigator buttons from the Flash banner?
 
Garry

Posted: 4/14/2013
Quote message 

Add display: none; to following style:

.art-slidenavigatorheader {
background: -moz-linear-gradient(center top , rgba(146, 171, 211, 0.6) 0px, rgba(73, 115, 182, 0.6) 67%, rgba(58, 92, 146, 0.6) 100%) no-repeat scroll 0 0 transparent;
border-radius: 4px 4px 4px 4px;
padding: 7px;
}