Hi
Is there a code to remove the image (the gray pen) when writing posts? I don’t wanna replace it, just remove it. Now I have replaced it but I don’t think it looks good and it looks really bad when displaying it in magazine view.
Hey!
Try adding this code to the Quick CSS:
div.av-magazine-thumbnail {
display: none;
}
Cheers!
Josue
Hi!
Add this too:
.template-blog .blog-meta, .template-blog .post_author_timeline {
display: none;
}
Cheers!
Josue