Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #223587

    Is there anyway to completely remove the pencil icon that displays beside the blog entries?

    #223620

    Hey aperlow!

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

    .rounded-container .iconfont, .small-preview .iconfont { display: none; }

    Cheers!
    Yigit

    #223647

    Thanks, 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!

    #223651

    Hey!

    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,
    Yigit

    #308784

    Hi 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.

    #308800

    Hi!

    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,
    Yigit

    #470943

    hello,

    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?

    #471045

    Hi!

    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 dashes

    Best regards,
    Yigit

    #473468

    Hi 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!

    #473740

    Hey!

    Can you please post the link to your page where we can see an example?

    Best regards,
    Yigit

    #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.

    #490278
    #554021

    Its 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; }

    #554028

    Hey!

    Great! Glad you figured it out!

    We will keep the thread open for the OP. If you have any other questions or issues, please start a new thread :)

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.