• dtdmedia

    (@dtdmedia)


    The recent posts widget shows a clock icon at the beginning of each post. How do I remove that icon?

    TIA

Viewing 3 replies - 1 through 3 (of 3 total)
  • emranemranx

    (@emranemranx)

    Hi Tia,

    Would you mind posting the link to your site in question? So that we can offer you with a possible solution.

    Thanks!

    Thread Starter dtdmedia

    (@dtdmedia)

    http://www.flightcrew.fit/ – right sidebar. Thanks!

    emranemranx

    (@emranemranx)

    Hi Tia,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Advanced Options > Additional CSS field:

    .widget_recent_entries > ul > li a:before {
      display: none !important;
    }

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How Do I remove the clock icon from recent posts’ is closed to new replies.