Title: Capitalisation
Last modified: September 15, 2017

---

# Capitalisation

 *  Resolved [esotericminorities](https://wordpress.org/support/users/esotericminorities/)
 * (@esotericminorities)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/capitalisation-2/)
 * Hello;
 * Is there any way to be able to capitalise/capitalize the Testimonials title?
 * I am sure there is an obvious answer and I am just being stupid!
 * Additionally, I would like to see what the theme=”simple” looks like (does it
   lose the box border), however when I have added it to the css bit, nothing seems
   to change.
 * I would be grateful for any assistance. Thanks, Sally

Viewing 1 replies (of 1 total)

 *  Plugin Author [Kerry](https://wordpress.org/support/users/bluenotes/)
 * (@bluenotes)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/capitalisation-2/#post-9500662)
 * Hi Sally,
 * The majority of the typography styles will come from your theme. You can make
   the testimonial names/titles using CSS:
 *     ```
       .testimonial-name {
           text-transform: uppercase;
       }
       ```
   
 * For your other question Yes, setting the theme to “simple” will remove the border
   and shadow from the slider. You would not place this as a CSS argument, but rather
   in as the theme argument.
 *     ```
       [bne_testimonials layout="slider" theme="simple"]
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Capitalisation’ is closed to new replies.

 * ![](https://ps.w.org/bne-testimonials/assets/icon-256x256.png?rev=1408516)
 * [BNE Testimonials](https://wordpress.org/plugins/bne-testimonials/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bne-testimonials/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bne-testimonials/)
 * [Active Topics](https://wordpress.org/support/plugin/bne-testimonials/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bne-testimonials/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bne-testimonials/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Kerry](https://wordpress.org/support/users/bluenotes/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/capitalisation-2/#post-9500662)
 * Status: resolved