Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #234984

    I would like to know how I could add an additional choice for blog styles. I would like it to be identical to the single author, small preview image but without the image at all. So basically just remove the images from the blog posts.

    #235191

    Hey!

    Try adding this code to the Quick CSS:

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

    Cheers! 
    Josue

    #235735
    This reply has been marked as private.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Additional Blog Styles’ is closed to new replies.