Smartlist Problem

Posted in: Newsmag
Post count: 140

can i show numbers without title tag ?

ee

Post count: 140

guys please, can i this : https://www.biliste.com/bataryalarin-gelecegine-isik-tutan-5-madde/

<h3>number</h3> no more extra code

yy

yy

Post count: 6600

Hi,

You can hide the title using custom css or editing the smart list file and remove the tile like this:
ex: for smart list title 3: http://screencast.com/t/P2Nt0HDTsV
and via css, like this: http://screencast.com/t/GyFNUGWqzW

.td-post-content .td-sml3-current-item-title {
display: none;
}

For the other matter you will need custom work as unfortunately the theme doesn’t have an option for it or you could also use the developers tools to edit the page copy the css used there and just it to work for you also.
Hope this helps!

Thanks

Post count: 140

thanks but this code all removed description. some articles have a description.

example

i must be add her name (donald trump)

31

but i don’t want a add description with some gallery. just show on number.

31

  • This reply was modified 11 years by Finland.
  • This reply was modified 11 years by Finland.
Post count: 7909

Hi,

Unfortunately the theme doesn’t have an option for this. The Smart List will use the title to generate the list. If you want only for some posts to hide the title you can use custom css for that smartlist post. This will hide the title only on that smartlist’s post: http://screencast.com/t/BMqvkythLtn

.postid-210 .td-sml2-current-item-title {
display: none;
}

Hope this helps!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.