Home › Forums › Iconic One Pro Support › How to make title & caption into image of slider ?
- This topic has 3 replies, 2 voices, and was last updated 11 years, 2 months ago by Themonic-Support.
Viewing 4 posts - 1 through 4 (of 4 total)
- AuthorPosts
- September 28, 2013 at 3:41 am #874binchecterMemberSeptember 28, 2013 at 5:27 am #875Themonic-SupportKeymaster
Your given link is not opening. Kindly check.
Try pasting this in the custom.css
.flexslider .slides p { margin-top: -31px; } .flex-caption > a { background: #FFFFFF; color: #444444; padding: 7px 6px; }
September 28, 2013 at 10:35 am #878binchecterMemberI want to make my slider as beautiful as this picture :
http://i1315.photobucket.com/albums/t588/mrkapl/ex_zps8f7a2018.jpgSeptember 28, 2013 at 3:52 pm #880Themonic-SupportKeymasteropen 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*/
- AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.