Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #329796

    Hi there, I guess my last post evaporated in thin air, as I’ve noticed that you guys had some issues with your site. So, here we go again.

    I’m putting the finishing touches on by blog; hence I started switching from a standard Single Post layout with sidebar to one a Single Post layout with a large preview image and without sidebar. After a while I realized that the image is simply too big and overwhelming, so I changed it to a Single Post layout with small preview image and without sidebar.

    Now I notice that under the header, there’re these icons displayed. I didn’t notice them before, but to me, they’re serving no purpose. Is it possible to just get rid of them?

    I also noticed that in this layout option, the body text is justified, which, in my view, is not in keeping with a modern and out-of-the box text layout. How can I change this?

    As always, I’ll be most grateful for any pointers.

    Many thanks

    #330116

    Hey!

    Try adding this code to the Quick CSS:

    #top .fullsize .template-blog .blog-meta {
        display: none;
    }

    The body text doesn’t seem justified to me, can you post a screenshot of your view?

    Cheers! 
    Josue

    #330188

    Thanks Josue,

    I figured the formatting out myself by adding the code to my custom.css.

    I just thought that I might have missed a way of making this adjustment within the theme’s options. Thanks anyways.

    What you didn’t address is how I can eliminate these hideous Post Type Icons.

    To me this feature is completely uncalled for. Users would likely understand that (i) if there’s no image, it’s a Standard Post. It won’t require this hideous pencil icon and so forth.

    I love working with the Enfold theme because it enables you to create really refined, high end sites and blogs. This feature cheapens the whole theme, as it’s a giveaway for a canned site.

    Please let me know how I can eliminate the code for these icons.

    Many thanks

    #330382

    Hi!

    If you are referring to this – http://screencast.com/t/OhIPAlhT8n

    Adding the following code to Quick CSS will do the trick:

    #top .fullsize .template-blog .blog-meta {
        display: none;
    }

    Regards,
    Josue

    #330428

    Excellent! Many thanks Josue. That did it.

    #330444

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Icons/Formatting on Blog Post Layout without Sidebar’ is closed to new replies.