Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

add title to slider

.carousel-caption {
    position: absolute;
     right: 0%; 
    bottom: 20px;
    left: 0%; 
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left; 
}
 
PREVIOUS NEXT
Tagged: #add #title #slider
ADD COMMENT
Topic
Name
3+5 =