Remove text from thumbnails below carousel
-
Hi there!
I have created my home page with the carousel (DEMAND theme). Below the carousel I have several horizontal thumbnails (6) displaying my blog posts. On each thumbnail the category/tag text on them appears on hovering. I would like to know how to remove the text so I just have clean images.
I tried this code, but it does not work:
(
.grid-item .post-thumbnail .entry-categories {
display: none;
})
ThanksThe blog I need help with is: (visible only to logged in users)
-
Hi there,
Use this code in your Custom CSS, let us know how it goes,`
.grid-item .entry-title, .entry-meta {display: none;
}`
Regards
-
-
please note there is dot (.)
.grid-item .entry-title, .entry-meta { display: none; }Hope this helps.
-
Hello @pavanraheja,
The code you provided hides the post titles after the carousel. I don’t think that is what @asiatravelspecialist is trying to do.Notice the small images just below the carousel, on hovering the images we get a text with a black transparent overlay, that I what @asiatravelspecialist is trying to hide.
@asiatravelspecialist use this CSS code to hide the text and black overlay that appears on hovering the images below the carousel:
.featured-category a div { display: none; }Hope this helps. Thanks! 🙂
-
-
@otpidusprime: just dint understand it correctly, the code I added would enable removing the Post1, Post2,…6 from the thumbnails , also learning CSS lately . Anyways thanks for the precise inputs, helps me learn . Cheers…!
-
@pavanraheja that is what i said, your codes hide the Post1, Post2,…6 from the thumbnails but the question is asking about hiding the title from the 6 horizontally layed out images just below the carousel.
Yes indeed, we are all here to learn and help. Cheers mate! 🙂
-
-
-
- The topic ‘Remove text from thumbnails below carousel’ is closed to new replies.