Remove date in Toujours theme slider
-
Hi,
I have tried to remove the date on the pictures in the slideshow on my page, but without success so far. What is the right css code fo this?
I also wonder how I center the “share (dela på)” text, which is located under each post. I managed to center the social media icons, but not the other text.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Try these two bits, add them to your existing custom CSS and see what you think:
.slide-info .posted-on { display: none; } div.sharedaddy { text-align: center; } -
- The topic ‘Remove date in Toujours theme slider’ is closed to new replies.