http://www.elleagnes.se/category/blogg/
Hi,
I just want to show date under the titel on each blog post under the category blogg link.
What code shall I add in order to disable Comments, Category and Author?
Thanks
Charlotte
Hey Charlotte,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.archive.category .text-sep.text-sep-comment,
.archive.category .text-sep.text-sep-date,
.archive.category .text-sep.text-sep-cat,
.archive.category .blog-categories.minor-meta,
.archive.category .blog-author.minor-meta {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks Victoria but it didn’t disable the comments –
http://www.elleagnes.se/category/blogg/
/Charlotte
Hi Charlotte,
Please add this code as well:
.comment-container.minor-meta, .text-sep.text-sep-comment {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks :)