Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #597046

    Hi, we just want to have the title, expert and read more button on the front page of our blog roll, but we cannot get rid of the blog format icons (the little pencil) and have spent a couple of hours trying every possible out of the box configuration. Any help would be appreciated–trying to go minimal.

    #597055

    Hi raisonbrands!

    Please add to your CSS

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

    Best regards,
    Basilis

    #597072

    Thanks Basilis!

    That works perfectly for a single entry, but we wtill get the icons with the grid view. Speaking of grid view, we get a lot of extra stuff (comments, dates, etc) that we don’t want.

    In addition to having no icons for a grid blog roll, how can we get it to only display the title, excerpt, and read more in grid view?

    Thanks again,

    Rasion

    #598694

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    span.blog-categories, .slide-meta {
        display: none;
    }

    If that does not help, please post the link to your page

    Cheers!
    Yigit

    #599049

    Hi Yigit,

    Thanks, but we still have the stock icon boxes and no excerpt text when in Grid mode: http://ericperkinslaw.raisonbrandsdev.com/blog-2/

    It appears that quick CSS only applies to the “Single Author Big Preview Pic (No author pic is displayed)” setting.

    We just want the two column grid with title title, excerpt and read more link–that’s it. Essentially, we want it to look exactly like this, only with unique posts in a two column grid layout: http://ericperkinslaw.raisonbrandsdev.com/test-blog/

    If you want to take a peek, there’s a temp login for you below.

    #599065

    Hi!

    Please add following code to Quick CSS as well

    a.slide-image {
        display: none!important;
    }

    then edit your post and click “Screen options” on the top right corner of the page and check “Excerpt” and then scroll below your post and add your excerpt

    Best regards,
    Yigit

    #604087

    Howdy,

    Sorry for the delayed pickup. My boss just decided that he wants the added elements of the Elegant Blog styling and we’re getting some weirdness now, check it out:

    How do I get rid of the redundant “Blog Post” above the titles, have the Read More boxes be not cut off, and get rid of the dates (which is not enabled in the Blog Meta Elements).

    Thanks!

    #604110

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .blog-categories,.slide-meta-del, .slide-meta-time {
        display: none!important;
    }
    .avia-content-slider .slide-entry-excerpt { 
    padding-bottom: 20px;
    }

    Cheers!
    Yigit

    #604121

    Thanks and sorry! Forgot to mention, how do I get rid of the comments? Everything else looks great!

    #604124

    Hey!

    Please add following code to Quick CSS as well

    .slide-meta {
        display: none!important;
    }

    Regards,
    Yigit

    #604129

    Thanks!
    Looks great and is very much appreciated

    #604139

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Remove Blog Post Pencil Icon’ is closed to new replies.