Tagged: Blog, categories, Layout Builder, Tags
thanks but I am using the layout builder – it does not work
there must be some css, or?
Thanks in advance!
Best regards,
Dara
Hi!
Try adding this in Quick CSS:
span.comment-container.minor-meta,
span.text-sep.text-sep-comment {
display: none !important;
}
Let us know if it works :)
Best regards,
Nikko
so these divider lines are now gone everywhere – thanks!
BUT NOT in the MAIN BLOG PAGE
: )
Hi!
You’re welcome. Try adding this code for the remaining divider line:
#top .template-blog span.text-sep {
display: none !important;
}
Cheers!
Nikko