Title: Adding CSS to slide
Last modified: August 22, 2016

---

# Adding CSS to slide

 *  Resolved [Alex](https://wordpress.org/support/users/uanetalex/)
 * (@uanetalex)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/adding-css-code-to-slide/)
 * Hi! I’ve got myself a client requesting to change the background color to transparent
   for the menu items. When the slide change, the next menu item becomes “highlighted”.
 * I’ve tested adding something like below to the excerpt field to link the specific
   slide to a specific menu item, and see if anything happened, but it did not.
 * _<style>.menu-item-39{background-color: transparent;}</style>_
 * Is there any known way of accomplishing this without getting into JS?
 * Thanks,
    Alex
 * [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)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/adding-css-code-to-slide/#post-5917247)
 * Hi Alex,
 * If I understand your question correctly, then I’m afraid the short answer is 
   no. You’re going to have to use some JS.
 * The good news is that the carousel comes with [events](http://getbootstrap.com/javascript/#carousel-events)
   which allow you to trigger actions (such as making elements on the page transparent)
   when the slides change. So shouldn’t be _too_ difficult hopefully..
 * I hope this helps!
 * Phil

Viewing 1 replies (of 1 total)

The topic ‘Adding CSS to slide’ 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/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Phil Ewels](https://wordpress.org/support/users/tallphil/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/adding-css-code-to-slide/#post-5917247)
 * Status: resolved