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

    Hi. I am trying to remove the date and comment count from the general overview blog area.

    I have tried the following Quick CSS that i found in previous posts with no luck.
    time.date-container.minor-meta.updated, span.text-sep.text-sep-date, span.comment-container.minor-meta {
    display: none; }
    .page-id-2 .slide-meta{ display:none !important; }

    Can you please help me with some other CSS that might work?

    #616116

    Hi Magnusin,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #616724

    Actually, my site is hosted at my server, but the domain is redirected to another site while i edit and build it. Therefore, i edit my hosts file with the following:

    #618175

    Hi!

    can you provide us a precise link to your site showing the elements in question please? we need to be able to inspect the elements.

    Regards,
    Andy

    #618397

    Hi Andy. I cannot set my site to go live before I have made it work. I have a ton of traffic every day, and I won’t begin to experiment with that traffic…
    I know it’s a bit of a hassle, but my ISP told me to do it this way if I did not want to buy another domain and hosting package.

    I’m sorry, i’m a bit of a noob when it comes to all this… Maybe there is a workaround so you can access the site?

    #618403

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Best regards,
    Yigit

    #618708

    Thanks! That did the trick :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Removing date and comment count from general blog post area’ is closed to new replies.