Tagged: blog posts
-
AuthorPosts
-
October 8, 2018 at 6:51 pm #1019113
Hi there,
I have checked and tried all the answers to comparable questions on this forum but nothing seems to work for me. I’m trying to hide the categories and dates in the grid lay-out on this page: https://www.humalaya.nl/onderwijs/voor-onderwijsteams/. Could you please tell me how to do this? Thanks!
Bas
October 8, 2018 at 7:11 pm #1019139Hey Bas,
Add this to quick css:
.slide-meta-time.updated{ display:none!important; }
Best regards,
Jordan ShannonOctober 8, 2018 at 7:19 pm #1019150Hi Jordan,
Thanks, that works for hiding the dates, although the top and bottom borders are still visible. How do I hide those? And I would also like to hide the categories.
Cheers,
Bas
October 8, 2018 at 7:24 pm #1019153Hi,
Add this to quick css:
.slide-meta{ display:none!important; }
I’m not seeing the categories, but I see they are hidden via css. So perhaps you have to clear the cache.
Best regards,
Jordan ShannonOctober 8, 2018 at 7:32 pm #1019160Hi Jordan,
Thanks for that!
It’s a bit strange that you do not see the categories, I have removed my css, cleared my cache and they are still visible. I have just opened a different browser (Firefox) and I also see the categories there. They are shown above the titles as links. Should I send you a screenshot?
Best regards,
Bas
- This reply was modified 6 years, 1 month ago by baspoppe.
October 9, 2018 at 6:15 am #1019341Hi Bas,
I can’t see them on my end either, are you using a caching plugin? If so then please try to disable that temporarily. We believe that you are not seeing what we see so a screenshot is not necessary. If you still want to post screenshots then you can upload them to a service like Google Drive, Dropbox, Imgur or similar and then link to them here.
Best regards,
RikardOctober 13, 2018 at 1:33 am #1020907Hi,
I solved it with this css:
.html_elegant-blog #top .avia-content-slider .blog-categories {
display: none;
}October 14, 2018 at 4:36 am #1021138 -
AuthorPosts
- You must be logged in to reply to this topic.