https://truecolorsmentalhealth.com/the-power-of/
I have them selected. Let me know if you know why they are not shiwing on blogs. thanks
Hey bemodesign,
This CSS is hiding them:
article footer.entry-footer {
display: none !important;
}
Did you add it in Quick CSS maybe?
Best regards,
Rikard
I was trying hide the dates on all blog pages.
I added this code but it still shows the 2 lines where the dates were.
.avia-content-slider .slide-meta time {
display: none;
}