Removing the 5 labels from the front page slider
- The topic ‘Removing the 5 labels from the front page slider’ is closed to new replies.
Need help? Check out our Support site, then
Hi Team.
Seeing I’m limited to only labeling 5 featured posts on the front page slider I would like to remove the labels all together.
Is this possible? I would still like to keep the linking function as I will now simply just put the label text in the photo itself to then it all looks uniform. Shame about the limit of 5 labels.
I previously tried this, .showcase-thumbnail-container {
display: none;
}
But it didn’t work.
Please let me know if this is possible.
Thank You
Treath
The blog I need help with is: (visible only to logged in users)
Hello,
For this use code given below.
.featured-slider .slider-nav {
display: none;}
Thanks & Regards
Neeraj Agrawal
Thank you for the fast response.
The code worked perfectly!