Hi
You can create a module class suffix, for example " border-me" (space in front is important). Add this suffix to nsp module configuration than add a css for this to override.css (remember to allow using of this file in template settings)
- Code: Select all
.border-me {
border: 1px solid #000000;
}