Smart lists – change number?

Posted in: Newspaper
Post count: 141

Hello – when creating a smart list on a post, I would like to change the font / style of the numbers in that smart list. Is there any way to do that?

Post count: 35449

Hi

If you want to change the font only on the smart list post number, then you’ll need to use a custom css
-> https://www.screencast.com/t/YhoofRnA
For smart list 2 ( https://www.screencast.com/t/aosWId1Xr ) the code is
.td_smart_list_2 .td-sml-current-item-nr{
font-family: Gothic;
}

if you are using other smart list style, just change the number of smart list.

Thank you!

Post count: 35449

Hi

If you want to change the font only on the smart list post number, then you’ll need to use a custom css
-> https://www.screencast.com/t/YhoofRnA
For smart list 2 ( https://www.screencast.com/t/aosWId1Xr ) the code is
.td_smart_list_2 .td-sml-current-item-nr{
font-family: Gothic;
}

if you are using other smart list style, just change the number of smart list.

Thank you!

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