Title: Title problem since CSS naming changes
Last modified: August 21, 2016

---

# Title problem since CSS naming changes

 *  Resolved [jackiepjohnstone](https://wordpress.org/support/users/jackiepjohnstone/)
 * (@jackiepjohnstone)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/title-problem-since-css-naming-changes/)
 * The author ‘title’ field is not showing up for me in my testimonials (list or
   widget) since the CSS naming changes in the new version of the Testimonials Widget.
 * Example: [http://jackiejohnstone.com/praise/](http://jackiejohnstone.com/praise/)
 * The CSS class .title is now conflicting with the CSS governing my page titles—
   I have my page titles set hide using:
 *     ```
       .page .title {
       display: none;
       }
       ```
   
 * The title field shows up fine in the instance of the widget in the sidebar on
   my blog page because that page has no set title in my theme: [http://jackiejohnstone.com/blog/](http://jackiejohnstone.com/blog/)
 * I’m new to CSS, so please forgive me if there is any easy fix! Would love any
   guidance. Love your plugin!
 * Thanks.
 * [http://wordpress.org/extend/plugins/testimonials-widget/](http://wordpress.org/extend/plugins/testimonials-widget/)

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

 *  Plugin Contributor [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/title-problem-since-css-naming-changes/#post-3735464)
 * Try…
 * .page .testimonials-widget-testimonial .title {
    display: inline; }
 *  Thread Starter [jackiepjohnstone](https://wordpress.org/support/users/jackiepjohnstone/)
 * (@jackiepjohnstone)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/title-problem-since-css-naming-changes/#post-3735473)
 * Thank you so much! That did the trick. I had to add a bit of styling for the 
   font (since the CSS styling for page titles was a much larger font) but it’s 
   perfect now.
 * Thanks!

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

The topic ‘Title problem since CSS naming changes’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/testimonials-widget_c56561.svg)
 * [Testimonials Widget](https://wordpress.org/plugins/testimonials-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/testimonials-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/testimonials-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/testimonials-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/testimonials-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/testimonials-widget/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [jackiepjohnstone](https://wordpress.org/support/users/jackiepjohnstone/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/title-problem-since-css-naming-changes/#post-3735473)
 * Status: resolved