-
AuthorPosts
-
February 13, 2014 at 7:21 pm #223587
Is there anyway to completely remove the pencil icon that displays beside the blog entries?
February 13, 2014 at 8:20 pm #223620Hey aperlow!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.rounded-container .iconfont, .small-preview .iconfont { display: none; }
Cheers!
YigitFebruary 13, 2014 at 9:00 pm #223647Thanks, that gets rid of the pencil, but I actually would like to get remove the boxes and the line to the left beside all of the blog posts altogether – not just the pencil inside. Is that possible? Thanks!
February 13, 2014 at 9:10 pm #223651Hey!
Please add following code to Quick CSS as well
.template-blog .blog-meta, .multi-big .post_author_timeline, .single-small .post_author_timeline { display: none; }
Best regards,
YigitAugust 25, 2014 at 11:52 am #308784Hi Yigit,
could you please tell, how to remove the “pencil-box” on the next page, where the entire post is shown (when you click read- more) as well.
Is it possible to place a go-back-button on that next page.
All the best,
neo.
August 25, 2014 at 1:04 pm #308800Hi!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .blog-meta { display: none!important; }
2- You can add Button shortcode to your posts and link it to your main blog pag
Regards,
YigitJuly 9, 2015 at 3:34 pm #470943hello,
do these codes remove only the icon and grey background? or will it remove images if i place an image in the post as well?
July 9, 2015 at 5:45 pm #471045Hi!
Code i posted here removes pencil icon – https://kriesi.at/support/topic/remove-pencil-icon-from-blog-posts/#post-223620
and other codes remove blog meta and timeline dashesBest regards,
YigitJuly 14, 2015 at 11:07 pm #473468Hi Yigit,
Is it possible to remove the box and the pencil icon when there is no featured image, but to have the image display when one is linked to the blog article?Thanks!
July 15, 2015 at 2:06 pm #473740Hey!
Can you please post the link to your page where we can see an example?
Best regards,
YigitAugust 19, 2015 at 11:42 am #489959+1 here Yigit.
Simply, if there is a featured image display it – if there is not one do npot display <a class=”slide-image”.. at all.
August 19, 2015 at 5:56 pm #490278Hey!
@m1000000 Replied you here – https://kriesi.at/support/topic/remove-boxed-icon-when-posts-have-no-featured-image/#post-490245Cheers!
YigitDecember 16, 2015 at 10:11 pm #554021Its just the .rounded-container and the small-preview that needs to be hidden, your CSS missing commas Yigit.
This worked for me:
.rounded-container, .small-preview{ display: none; }December 16, 2015 at 10:19 pm #554028 -
AuthorPosts
- You must be logged in to reply to this topic.