Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Remove the arrows? Re: Remove the arrows?

#74895
Roxon
Member

@TobiasJohansson: just write your own CSS, it’s really not that hard.


#slider img {
width: value here;
}
#slider img a {
width: value here;
height: value here;
}