Home › Support Forums › Theme Support › Minimatica › Permanent titles on slides › Reply To: Permanent titles on slides
reintvdbrink
Participant
Hi sneeux.
Ive been looking for the same thing for a while and I hopefuly found a solution!
What I wanted for my site using the minimatica theme : http://www.reintvdbrink.nl
first: display only the title of the post/page = entry summary: display none
Second: a permanent title in the image of the slider = float: none + display :block
Hope it works for you!
Greetings from Amsterdam
————
li.slide .entry-summary
{
display:none;
}
.kwicks .post .entry-container {
float:none;
display:block;
}