Title: Carousel Title CSS
Last modified: August 30, 2016

---

# Carousel Title CSS

 *  Resolved [CYBERsprout](https://wordpress.org/support/users/cybersprout/)
 * (@cybersprout)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/carousel-title-css/)
 * What is wrong with the following CSS to center and increase the size of the font
   for carousel slides?
 * .su-carousel-slide-title {font-size: 20px; float:center;}
 * Thanks for any suggestions!
 * [https://wordpress.org/plugins/shortcodes-ultimate/](https://wordpress.org/plugins/shortcodes-ultimate/)

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

 *  [effevee](https://wordpress.org/support/users/effevee/)
 * (@effevee)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/carousel-title-css/#post-6220348)
 * Hi CYBERsprout,
 * I don’t know why the font-size doesn’t work, it does with my su_carousel slides.
   I suggest you use the text-align property to center the title.
 * `.su-carousel-slide-title {font-size: 20px; text-align: center;}`
 * HTH
 * Effevee
 *  [effevee](https://wordpress.org/support/users/effevee/)
 * (@effevee)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/carousel-title-css/#post-6220350)
 * Ok,
 * Tested further and found this works ok for me 🙂
 * `.su-carousel-slide-title {font-size: 20px !important; text-align: center;}`
 * Effevee
 *  [golb0016](https://wordpress.org/support/users/golb0016/)
 * (@golb0016)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/carousel-title-css/#post-6220360)
 * That worked perfectly. Thanks!

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

The topic ‘Carousel Title CSS’ is closed to new replies.

 * ![](https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563)
 * [WP Shortcodes Plugin — Shortcodes Ultimate](https://wordpress.org/plugins/shortcodes-ultimate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-ultimate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-ultimate/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-ultimate/reviews/)

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [golb0016](https://wordpress.org/support/users/golb0016/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/carousel-title-css/#post-6220360)
 * Status: resolved