"Tags in" single post page & "amount comments" widget

Home Forums Jevelin Theme "Tags in" single post page & "amount comments" widget

Home Forums Jevelin Theme "Tags in" single post page & "amount comments" widget

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

    Hi!

     

    I’m using Jevelin and have 2 questions:

     

    I’m wondering if it’s possible to turn off the “tags in” section on single post pages (see attachment)?

     

    And is it possible to turn off the  blue circle “amount comments” sign in the widget recents posts (see attachment)?

     

    Thanks in advance!

     

    Ward

    • This topic was modified 4 years, 7 months ago by theskygate.
    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @theskygate,

     

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

     

    I’m wondering if it’s possible to turn off the “tags in” section on single post pages (see attachment)?

    You can disable them by adding 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;
    }

     

    And is it possible to turn off the  blue circle “amount comments” sign in the widget recents posts (see attachment)?

    Those are comments count which you can remove using the solution shared in the following topic.

     

    https://support.shufflehound.com/forums/topic/shufflehound-recent-posts/#post-6928

     

    Best regards,
    Shufflehound team

    theskygate
    Participant

    Thanks! That worked!

    You are most welcome here 🙂

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