Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #365642

    Hello,
    I would appreciate some help removing what I think is a button that allows adding comments to a Blog/Post. I have disabled all comments but this button remains. I looked at the HTML script and found that it is:

    <span data-av_iconfont=”entypo-fontello” data-av_icon=”” aria-hidden=”true” class=”iconfont”></span>

    Any assistance would be much appreciated. I think it takes up a certain amount of space from the page body.

    Thank you.

    #365650

    Hey Jayson!

    Can you post the link to your website and a screenshot showing the icon you would like to remove so we can make sure that we are on the same page and provide you an accurate custom CSS code?

    Regards,
    Yigit

    #365658
    This reply has been marked as private.
    #365671

    Hi Jayson!

    You are welcome. Welcome to our support forum :) #teamkriesi

    Pencil icon is default featured image for standard post type which is displayed when you do not set a featured image for your blog post. You can remove it by adding following code to Quick CSS in Enfold theme options under General Styling tab

    .blog-meta {
    display: none;
    }

    Regards,
    Yigit

    #365673

    Thank you. I will try this immediately.

    Considering that this image is inserted when a blog image is not provided, I may want to undo this change in the future. If I remove the code from the custom CSS, does that undo this or does undoing require editing a particular file in editor?

    Thanks,
    Jayson

    #365677

    Thank you, Yigit and Kriesi Team.

    That worked perfectly. I also reverted by removing from custom CSS. This template is incredible.

    Jayson

    #365682

    Hey!

    You are welcome, glad we could help :)
    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 :)

    Regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove Add Comment Button (pencil icon) from Blog or Post’ is closed to new replies.