Is it possible to show images only (not links to posts) on the featured images?
- The topic ‘Is it possible to show images only (not links to posts) on the featured images?’ is closed to new replies.
Need help? Check out our Support site, then
Hi!
Would like if I can display images and not links to my post on the feature slider part of the theme?
If yes, how?
Many thanks,
Bea
The blog I need help with is: (visible only to logged in users)
Hello,
If you wish to remove link to the single post from the whole slider, please add this class to Custom CSS:
.featured-slider a {
pointer-events: none;
}
However, if you wish to completely remove the text, then please add this class:
.featured-slider .entry-title {
display: none;
}
Thank you,
– Djordje