Title: Remove some elements
Last modified: January 17, 2022

---

# Remove some elements

 *  Resolved [reVwow](https://wordpress.org/support/users/revwow/)
 * (@revwow)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/remove-some-elements/)
 * Hello,
 * is there a way to remove some elements in the result field ?
    I want to remove
   or hide 3 elements in the result field, see screenshot below : [Screenshot of the 3 elements i want to hide/remove](https://ibb.co/XYt3d1H)
 * Thanks you very much.
    Cheers

Viewing 1 replies (of 1 total)

 *  Plugin Support [jaysupport](https://wordpress.org/support/users/jaysupport/)
 * (@jaysupport)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/remove-some-elements/#post-15261912)
 * Hello revwow,
 * To hide the name of the statuses from the tracking graphic, you use some custom
   CSS. For example:
 *     ```
       .ewd-otp-tracking-graphic .ewd-otp-statuses {
           display: none;
       }
       ```
   
 * You can add custom CSS directly in the WordPress theme customizer’s Additional
   CSS area.

Viewing 1 replies (of 1 total)

The topic ‘Remove some elements’ is closed to new replies.

 * ![](https://ps.w.org/order-tracking/assets/icon-128x128.png?rev=1803956)
 * [Order Tracking - WordPress Status Tracking Plugin](https://wordpress.org/plugins/order-tracking/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/order-tracking/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/order-tracking/)
 * [Active Topics](https://wordpress.org/support/plugin/order-tracking/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/order-tracking/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/order-tracking/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [jaysupport](https://wordpress.org/support/users/jaysupport/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/remove-some-elements/#post-15261912)
 * Status: resolved