So I want to remove the green new ribbon from the post. I’ve read the other answers the support gave about this question from other people but it doesn’t work. cuz I did enable the custom field for the post but it doesn’t show anything for me to delete the ribbon. Can I just delete the ribbon through a specific php file? If so, where would I go to delete it?
Thanks
1 Answers
Please add the following code to the bottom of file style.css in the folder: /wp-content/themes/wallpress/:
.ribbon-new .item-title:before { display: none !important; }
Hope this helps!
Please login or Register to submit your answer