Hi –
Looking at the blog page, below the blog title is a small line reading:
January 14, 2014/1 Comment/in Ivory Tower Blog News /by admin.
IS it possible to remove the ‘in’ and ‘by’ elements so it would be:
January 14, 2014/1 Comment
?
Thanks !
Hi!
Can you post a link to your blog?
Cheers!
Josue
Hey!
Try adding this code to the Quick CSS:
.blog-categories.minor-meta, .blog-author.minor-meta, .text-sep-comment, .text-sep-cat{
display: none;
}
Cheers!
Josue
SUPERB !