-
AuthorPosts
-
March 11, 2016 at 9:17 pm #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.
March 11, 2016 at 10:03 pm #597055Hi raisonbrands!
Please add to your CSS
#top .fullsize .template-blog .blog-meta {
display: none !important;
}Best regards,
BasilisMarch 11, 2016 at 10:45 pm #597072Thanks 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
March 15, 2016 at 11:32 pm #598694Hey!
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!
YigitMarch 16, 2016 at 5:51 pm #599049Hi 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.
March 16, 2016 at 6:10 pm #599065Hi!
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,
YigitMarch 28, 2016 at 9:55 pm #604087Howdy,
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!
March 28, 2016 at 10:12 pm #604110Hi!
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!
YigitMarch 28, 2016 at 10:28 pm #604121Thanks and sorry! Forgot to mention, how do I get rid of the comments? Everything else looks great!
March 28, 2016 at 10:31 pm #604124Hey!
Please add following code to Quick CSS as well
.slide-meta { display: none!important; }
Regards,
YigitMarch 28, 2016 at 10:34 pm #604129Thanks!
Looks great and is very much appreciatedMarch 28, 2016 at 10:42 pm #604139Hi!
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 -
AuthorPosts
- The topic ‘Remove Blog Post Pencil Icon’ is closed to new replies.