Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #533634

    Hi,
    I have changed my blog page and want to hide the categories and number of comments there in the overview (just showing title, date, excerpt) – I have changed the settings in the Enfold options but this just influences single blog post appearance.

    This is the page:
    http://www.walkyourtalk.at/blog/

    Thanks for your support
    Michael

    #533750

    Hi Michael!

    Please add the following, to your custom css:

    .slide-meta { display: none; }
    

    and let us know if it worked for you!

    Best regards,
    Basilis

    #533762

    Hi Basilis,

    thanks for your reply.
    I added the code to the custom css but unfortunately nothing has changed.
    I have built my blog site with the avia builder with the element “blog entries” – any other option?

    Thanks
    Michael

    #534254

    Hey!

    Please flush browser cache and refresh your page a few times. It does work fine on my end – http://i.imgur.com/ufRVYhr.png

    Cheers!
    Yigit

    #534312

    Hi Yigit,
    that works – thanks :-)
    How can I also remove categories shown above the title?

    Best
    Michael

    #534596

    Hi!

    Add this in the Quick CSS field in order to hide the categories:

    span.blog-categories.minor-meta {
        display: none;
    }

    Cheers!
    Ismael

    #534623

    Great, thanks :-)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘hide categories and number of comments on blog page’ is closed to new replies.