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?
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
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:
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
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?
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.slide-meta { display: none !important; }
Best regards,
Yigit
Thanks! That did the trick :)