Reply To: How to make title & caption into image of slider ?

Home Forums Iconic One Pro Support How to make title & caption into image of slider ? Reply To: How to make title & caption into image of slider ?

#880

open flexslider.css, it is inside the JS folder inside theme folder

now replace line 118 to 127 with the following code:

/*Flexslider transparent caption for Iconic One Pro*/
.flex-caption > a {
   line-height: 2;
   margin-top: 10px;
   text-decoration:none;
   color:#FFFFFF;
}

.flex-caption  {
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
   position:absolute;
   bottom: 0;
   padding: 10px;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
   width: 90%;
}
/*flexslider transparent caption end*/