Change color of number blocks in smart list 2?

Posted in: Newspaper
Post count: 7

They default to black but I’d like to change them to match my site’s colors.

Thanks!

Smart list

Post count: 6535

HI

Try this css in theme panel > custom code > custom css to change the background color for smart-list items, you can change the color as you want:

.td-sml-current-item-nr{
background-color: red;
}

Hope this helps.
Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.