removing the Recent Posts count '0' from the widget in footer

Home Forums Jevelin Theme removing the Recent Posts count '0' from the widget in footer

Home Forums Jevelin Theme removing the Recent Posts count '0' from the widget in footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • tailored media
    Participant

    Hi,

    I would like to remove that ‘0’ count from my recent posts widget in the footer. Is it possible to do it in CSS ?

    Thanks for your support.

     

    Hi @tailored media,

     

    Thank you for your question.

     

    Sure we can achieve this developing custom code so could you please share me your site URL where it’s displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    tailored media
    Participant

    Thank you. My website is still being built but I think you can see the widgets already http://www.tailoredmedia.co.uk – thanks again so much for your help 😉

     

    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

     

    #page-container .sh-recent-posts-widgets-count {
        display: none;
    }
Viewing 4 posts - 1 through 4 (of 4 total)