Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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

    #1019139

    Hey Bas,

    Add this to quick css:

    .slide-meta-time.updated{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1019150

    Hi 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

    #1019153

    Hi,

    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 Shannon

    #1019160

    Hi 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.
    #1019341

    Hi 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,
    Rikard

    #1020907

    Hi,

    I solved it with this css:

    .html_elegant-blog #top .avia-content-slider .blog-categories {
    display: none;
    }

    #1021138

    Hi,

    Great, glad you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.