In your module setting, set module suffix to " highlight" (with a space before).
Then add this css code to override.css (with CSS override mode enabled in template setting):
- Code: Select all
/* highlight suffix */
.box.highlight > div { padding: 14px 0px!important; }
.box.highlight .nspArt { border-left: 1px solid #ebebeb; margin-left: -1px; }
.box.highlight .nspArt:first-child { border-left: none; }
.box.highlight .nspArt > div { margin: 0 10px; }
.box.highlight h4.nspHeader { font-size: 12px; line-height: 1.2!important; }
.box.highlight .nspInfo { color: #fc764a; font-size: 10px; text-transform: uppercase; margin: 2px 0 1px 0; }
.box.highlight .nspInfo a { color: #fc764a; }
.box.highlight .nspArt:hover > div { background: #fc764a; color: #fff; cursor: pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-transition: background 0.5s ease-in; -moz-transition: background 0.5s ease-in; transition: background 0.5s ease-in; }
.box.highlight .nspArt:hover > div a { color: #fff!important; }