Home › Forums › Jevelin Theme › Remove Comments Icon From Shufflehound Recent Posts Widget
Home › Forums › Jevelin Theme › Remove Comments Icon From Shufflehound Recent Posts Widget
Hi,
I have disabled comments on my site.
With the “Shufflehound Recent Posts” widget, there is a little icon with a number that hovers in the top right hand corner of the thumbnail image.
I presume this is to show the number of comments and I cannot find where to remove it.
Could you give me the instructions on how to remove it please.
Many thanks for your help.
Regards
Ben
Hi Ben,
I hope you are well today and thank you for your question.
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
.sh-recent-posts-widgets-count { display: none; }
Best regards,
Shufflehound team
Hi,
Thanks for your help, that has worked perfectly.
I also have more thing I hoped you might be able to take a look at.
If you add an icon to the navigation header, it works fine on a desktop but when you open the menu on an iphone, the text sits on top of the icon.
Is there a way of fixing this?
See my attached screenshot for more info.
Thanks
Ben
Please try fixing it using the below custom CSS code.
.sh-nav-mobile li.menu-item-has-icon > a.menu-item-open-fix { padding-left: 22px; line-height: 1; }