How can I remove or hide “/Last Updated: ” from showing on posts like this? http://cardinalcircuit.com/electrovert-econopak-wave-solder-ref501/
THANKS IN ADVANCE!
Hi thelistener!
Please add to your CSS
.last-updated { display: none; }
and let us know if it works for you, as you require
Cheers!
Basilis
it worked, but the ” / ” is still there. How do I remove it or replace it with a <hr> tag?
Hi!
Please add following code to Quick CSS as well
.text-sep-last-updated { display: none !important; }
Best regards,
Yigit
Thank you thank you thank YOU!