.nspArt img.nspImage {
border: none;
display: none;
}
mikeMB wrote:Hi.
You can always add diplay: none. E.g. in style.css file in the following line:
- Code: Select all
.nspArt img.nspImage {
border: none;
display: none;
}
mikeMB wrote:I think this will affect on all pages. But I'm not sure because I can't check it.