Tagged: blogdesign
-
AuthorPosts
-
October 20, 2016 at 3:52 pm #701939
Hi Enfold team, i do not want to show the
– comment cound
– the category
– the pencil / white box above the entryhow can I remove that?
October 21, 2016 at 7:18 am #702188Hey rolfroyce,
Please try the following in Quick CSS under Enfold–>General Styling:
span.comment-count, span.blog-categories, { display:none !important; }
I couldn’t see a pencil icon above your posts though, could you link to the page where we can see the element please?
Best regards,
RikardNovember 25, 2016 at 11:26 am #716760Hi, for some reason this css hack does no longer work
– the pencil icon, category and comment count are again displayed, but i did not change the css.
the CSS in the quick edit box is:
/* this removes the rounded box with pencil on single blog entries and blog overview */
.single .blog-meta { display: none !important; }
.rounded-container .iconfont, .small-preview .iconfont { display: none;}
.template-blog .blog-meta, .multi-big .post_author_timeline, .single-small .post_author_timeline { display: none; }
#top .fullsize .template-blog .blog-meta {
display: none !important;
}/* this removes the comment count on blog overview */
#main .minor-meta.comment-container,
#main .text-sep-comment{
display: none;
}/* make single blog post width biggger */
#top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }
#top .fullsize .template-blog .post-title { max-width: 100% !important; }
do you have any idea how i can get it to work again?
November 28, 2016 at 8:48 am #717620Hey!
Thank you for the info. Did you set the blog style to “Elegant”? Please add this in the Quick CSS field.
.slide-image, .blog-categories.minor-meta, .slide-meta-comments, .slide-meta-comments + .slide-meta-del { display: none !important; }
I can’t see that section anywhere in the site. Could you please provide a link to the actual page with the blog posts element?
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.