Hi norchiris,
There are two ways to customize the Top spotlight:
– The first: You create a file with named custom.css and add the CSS rules for custom spotlight to this file.
Example:
body .ja-sl-1 {
background: #?????? /* Background of the Top spotlight */
color: #?????? /* color of text */
}
body .ja-sl-1 a {
color: #?????? /* Color of the link in the Top spotlight */
}
body .ja-sl-1 a:hover,
body .ja-sl-1 a:focus,
body .ja-sl-1 a:active {
color: #?????? /* Color of the link in the Top spotlight */
}
– The second: You can use the Theme magic to change background and text color of the Top spotlight. But I suggest you use the first way. I think it’s very easy.
Hope this helps