Title: Frontend views CSS
Last modified: March 30, 2026

---

# Frontend views CSS

 *  Resolved [Jamncream](https://wordpress.org/support/users/jamncream/)
 * (@jamncream)
 * [2 months, 1 week ago](https://wordpress.org/support/topic/frontend-views-css/)
 * Hi all, I have been using the plugin for some time, and I managed to style the
   frontend views text with:
   .post-views-count {font-size: 11px !important;font-
   style: italic;}
 * It was working perfectly, but today I noticed it has reverted to p CSS (14px,
   not italic).
 * Could a recent upgrade of the plugin trashed the .post-views-count?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffrontend-views-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [Jamncream](https://wordpress.org/support/users/jamncream/)
 * (@jamncream)
 * [2 months, 1 week ago](https://wordpress.org/support/topic/frontend-views-css/#post-18866645)
 * Found it, sorry, I had forgotten I had modified a plugin php file also.
   Changed:
   $hits_html = ‘<p>’ . sprintf(__(‘Views: %s’, ‘wp-statistics’), $hits) . ‘</p>’;
   to:$hits_html = ‘<p class=”post-views-count”>’ . sprintf(__(‘Views: %s’, ‘wp-
   statistics’), $hits) . ‘</p>’;
 * in the /includes/class-wp-statistics-frontend.php file
 *  Plugin Author [Mostafa Soufi](https://wordpress.org/support/users/mostafas1990/)
 * (@mostafas1990)
 * [2 months, 1 week ago](https://wordpress.org/support/topic/frontend-views-css/#post-18867061)
 * Good to hear your issue is fixed.
 * Let me know if you have any further questions.
 * Best

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

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffrontend-views-css%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](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/)

 * 2 replies
 * 2 participants
 * Last reply from: [Mostafa Soufi](https://wordpress.org/support/users/mostafas1990/)
 * Last activity: [2 months, 1 week ago](https://wordpress.org/support/topic/frontend-views-css/#post-18867061)
 * Status: resolved