ewels / CPT-Bootstrap-Carousel

WordPress plugin which generates a custom post type for choosing images and content. Outputs Bootstrap Image Carousel (slider) HTML from a shortcode.
http://wordpress.org/plugins/cpt-bootstrap-carousel/
GNU General Public License v2.0
51 stars 36 forks source link

Add FAQ about styling #78

Open ewels opened 8 years ago

ewels commented 8 years ago

Lots of people keep asking about how to change the appearance of the caption. Would be good to add a mention about custom css. eg::

carousel-caption h4 {
    color: <colour>;
    background-color: <colour>;
}