Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #295110

    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.

    #295119

    Hey!

    Try adding this code to the Quick CSS:

    div.av-magazine-thumbnail {
        display: none;
    }

    Cheers! 
    Josue

    #295141
    This reply has been marked as private.
    #295144

    Hi!

    Add this too:

    .template-blog .blog-meta, .template-blog .post_author_timeline {
        display: none;
    }

    Cheers!
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.