Title: Hide city / unknown
Last modified: May 13, 2022

---

# Hide city / unknown

 *  Resolved [wegerl](https://wordpress.org/support/users/wegerl/)
 * (@wegerl)
 * [4 years ago](https://wordpress.org/support/topic/hide-city-unknown/)
 * The plug-in is top!
 * By setting anonymization is the tables that obsolete with city. My question is
   only how to hide the display of city/unknown with such CSS. It would be just 
   nicer that way.
 * Thanks and compliments to the plug-in!
 * Greetings + health
    Ditmar

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

 *  [Reza](https://wordpress.org/support/users/reventon94/)
 * (@reventon94)
 * [4 years ago](https://wordpress.org/support/topic/hide-city-unknown/#post-15646437)
 * Hi Ditmar,
 * Thanks for your compliment.
 * If you disable the GeoIP setting from the following path, the Country and City
   columns will be removed from the tables. As you are using IP anonymization, so
   the GeoIP settings are not practical anymore for you.
 * Dashboard > Statistics > Settings > Externals > GeoIP Settings
 * Anyway, you can use the below CSS codes to achieve the requested feature:
 *     ```
       table.table-stats tr:first-child td:nth-child(2), table.table-stats tr:first-child td:nth-child(3) {
       	display: none;
       }
       ```
   
 * Best Regards
 *  Thread Starter [wegerl](https://wordpress.org/support/users/wegerl/)
 * (@wegerl)
 * [4 years ago](https://wordpress.org/support/topic/hide-city-unknown/#post-15646562)
 * Hi, thank you
 * … and yes 🙂 So alone the setting Dashboard / Statistics / Settings / External/
   GeoIP settings and there the GeoIP city not checked, then the table is yes correct.
 * I may wish you, walk good day!
 *  [Reza](https://wordpress.org/support/users/reventon94/)
 * (@reventon94)
 * [3 years, 12 months ago](https://wordpress.org/support/topic/hide-city-unknown/#post-15651696)
 * Have a nice day.

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

The topic ‘Hide city / unknown’ is closed to new replies.

 * ![](https://ps.w.org/wp-statistics/assets/icon.svg?rev=3081064)
 * [WP Statistics – Simple, privacy-friendly Google Analytics alternative](https://wordpress.org/plugins/wp-statistics/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-statistics/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-statistics/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-statistics/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-statistics/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-statistics/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 3 replies
 * 2 participants
 * Last reply from: [Reza](https://wordpress.org/support/users/reventon94/)
 * Last activity: [3 years, 12 months ago](https://wordpress.org/support/topic/hide-city-unknown/#post-15651696)
 * Status: resolved