Home Forums Theme support Tammoo – allslider – errors Reply To: Tammoo – allslider – errors

No problem, there is a background image for the main effect of the slider, but of course we can remove it with css code and also the image we can center with css. Please add this code in Extra CSS Content in the theme options:

body .cycle_loaded .cycle_element {
background:none !important;
}
#cycle_header img {
margin: 0px auto;
display: block;
}