Hi, I have tried about every code provided from previous support topics to remove the date and separator “/” symbol from both the blog module and actual blog post, but no luck. I’ve provided admin access in Private Content for you to look. The latest code I tried was:
.container .minor-meta {
display: none;
}
Hey imagestudios,
Please try this CSS instead:
.avia-content-slider .slide-meta time {
display: none;
}
Best regards,
Rikard
Hi Rikard,
Perfect. That worked for the actual blog post—thank you so much! It doesn’t remove the dates from the matrix of posts on the blog posts content element in the link shown in in Private Content.
Hi,
Please try this instead:
.avia-content-slider .slide-meta time {
display: none !important;
}
If it still doesn’t apply after that, then try toggling the file compression options under Enfold->Performance. You could also try to activate the option to delete all old CSS and JS files on the same page.
Best regards,
Rikard
That worked. Thanks again! I am wanting the separator line to be removed as well. I tried:
.avia-content-slider .slide-meta-del {
display: none !important;
}
But that didn’t work.
Hi,
It looks like it’s gone already? Or do you mean between the date and comments?
Best regards,
Rikard
Yes, between date and comments.