Hide number on Smart List

Posted in: Newspaper
Post count: 26

Hi,

In order to be as precise as possible: I am currently using the smart list module to create image galleries.

– I used the Cloud Library and the following template: Smart List Template 5.
– For the Smart List type setting : I used Smart List

Everything works perfectly except one thing: The display of slide numbers.
Indeed, it is not mobile friendly (clumsy display occupies many pixels).

Do you have a CSS or PHP code to hide the numbering of slides?
Link example : https://test.vamely.com/quand-disney-sinspire-de-personnes-reelles-pour-creer-ses-dessins-animes/
Picture that show what i want to hide : https://image.noelshack.com/fichiers/2019/34/3/1566401568-zzz.png

Thanks,

  • This topic was modified 6 years by DUNKy.
Post count: 18283

Hello !

You can change it using this CSS code:
.td_module_15 .entry-title {
font-size: 20px;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Let me know if this was helpfull !

Thank you !

Post count: 26

Hi,

Thanks for you answer.
I had added the CSS code at the right place but numbering are still here.

Another solution ?

Thanks a lot

Post count: 18283

Hello !

Sorry for missleading you !

Please try this CSS:

.tdb-sml-current-item-nr span{
display: none
}

Thank you !

Post count: 26

It’s working perfectly 🙂

Thanks a lot !

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