Post View Count displaying after turning off

Home Forums Gillion Theme Post View Count displaying after turning off

Home Forums Gillion Theme Post View Count displaying after turning off

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • stargijo
    Participant

    I’ve turned off ‘Post View Count’ from the theme settings. However, it’s displaying the count in my blog post.

    Hi @stargijo,

     

    I hope you are well today and thanks for posting here.

     

    I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.

     

    The issue will be fixed ASAP.

     

    In the meanwhile you can remove it 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

     

    .post-meta-content .post-views {
        display: none;
    }

     

    Best regards,
    Shufflehound team

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