Title: Change title background colour
Last modified: August 30, 2016

---

# Change title background colour

 *  Resolved [alphaaero](https://wordpress.org/support/users/alphaaero/)
 * (@alphaaero)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/change-title-background-colour/)
 * How can I change the purple title bar colour to match with my site’s colour scheme,
   I am running this plugin on the Unite theme.
 * Thank you
 * Have a great day
 * [https://wordpress.org/plugins/cpt-bootstrap-carousel/](https://wordpress.org/plugins/cpt-bootstrap-carousel/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Phil Ewels](https://wordpress.org/support/users/tallphil/)
 * (@tallphil)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/change-title-background-colour/#post-6816617)
 * Hi alphaaero,
 * You can change the colours by using some custom CSS. You can find the documentation
   for the carousel on the [bootstrap website](http://getbootstrap.com/javascript/#carousel).
 * It looks like the unite theme colours the title bar with this code:
 *     ```
       carousel-caption h4 {
           background: #54397e;
           background: rgba(84, 57, 126,0.7);
       }
       ```
   
 * So you can write your own CSS somewhere (either edit the theme files, or get 
   a plugin to do it) and overwrite these with your own colour.
 * Hope this helps!
 * Phil

Viewing 1 replies (of 1 total)

The topic ‘Change title background colour’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cpt-bootstrap-carousel_b8b7ae.svg)
 * [CPT Bootstrap Carousel](https://wordpress.org/plugins/cpt-bootstrap-carousel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cpt-bootstrap-carousel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cpt-bootstrap-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/cpt-bootstrap-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cpt-bootstrap-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cpt-bootstrap-carousel/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Phil Ewels](https://wordpress.org/support/users/tallphil/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/change-title-background-colour/#post-6816617)
 * Status: resolved