How to change color of smart list bullets

Posted in: Newspaper
Post count: 40

I changed article to smart list. But color appears to be in black. Please check below URL. I want to change the color. How may I do that?

URL: https://bit.ly/2EfePJ4

Post count: 18283

Hello !

In order to change the font color of the smart list you can do that using this code: .td_smart_list_2 .td-sml-current-item-title {
color: red;
}

It should look like here: https://www.screencast.com/t/XZJ0DuhaBhKV

Thank you !

Post count: 40

Hello there

Thanks for the help. But the thing is that I want to change color of Black square block instead of font. It would be great if you help me out.

Post count: 18283

Hello !

Sorry for misunderstanding.

The code you need in order to change the black square is this: .td-sml-current-item-nr {
background: red;
}

And it should look like this: https://www.screencast.com/t/nuJgvqDluw

Thank you !

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