greg r
asked 10 years ago

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
Jackie Lord
answered 10 years ago

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!

Powered by DW Question & Answer Pro