Home › Forums › Theme support › Caboom – Documentation › Reply To: Caboom – Documentation
Hi,
to center the images (and add a border around it) you can insert this in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:
#cycle_header img, #flexslider_header img {
margin:0px auto;
border:10px solid red; /* this is for the border around the images */
}
To add some pixel distance between the slider and the header just insert this in the same textare (Extra CSS Content):
#cycle_container {
padding-top:20px;
}
If you want to add some text above the slides (like in our demo website), you can do that in WP admin -> Appearance -> Allslider, scroll to the bottom of the page and click the “Gear” icon for an image, then you can insert a first and a second line with text.