• Resolved crzyhrse

    (@crzyhrse)


    The plugin is not removing the icon that comes with the dates, which is unsightly… I am using the Divi Theme… So instead I am using the below CSS, which does also remove the icon…

    span.published {
    	display: none;

    But the CSS does it for all posts, and I want to be able to remove dates for just a particular category, which this plugin promises…

    There has not been a lot of timely support here, but here is hoping… I don’t want to post a review, one way or the other, until I see what happens with this support ticket…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter crzyhrse

    (@crzyhrse)

    In case it is helpful to others who come by I have solved my need to do this by category with this code… If I wanted to do it for more than one category I’d just add a comma and repeat the selector with “evergreen” changed to that category…

    .category-evergreen span.published {
    	display: none;
    }

    Different themes may use different selectors…

    Regards…

    Plugin Author Selma Mariudottir

    (@selmam)

    Hi @crzyhrse

    Thanks for sharing your solution. The icon you are referring to, is a part of the specific theme, but not the WordPress core. Therefore the plugin removes the date as promised, but not the icon. The icon is based on a custom code from the theme developer and therefore it’s impossible to add one solution for all on that part.

    Best regards, Selma

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘not removing the icon that comes with the dates…’ is closed to new replies.