I need to remove tags at the end of blog posts.

Home Forums Jevelin Theme I need to remove tags at the end of blog posts.

Home Forums Jevelin Theme I need to remove tags at the end of blog posts.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Knightf2
    Participant

    Hello. Can we remove the tags in at the bottom of my posts please? Also, I need to remove the share button that comes with the theme. I have added my own share buttons. Please see pics. I have circled what I need removed. Thank you!

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @Knightf2,

     

    I hope you are well today and thank you for your question.

     

    You can remove the share button from the theme settings as shown in the attached screenshot.

     

    To remove the tags, please add the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .single-post .sh-blog-tags {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    Knightf2
    Participant

    Awesome! That worked! Thank you!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)