The border can be only turned off in theme options>global>general in the image frame section. The background of the button and the icon color can be changed with this css
.content_slider a.button .button_icon { background: red !important; } .content_slider a.button .button_icon i { color: blue !important; }
and have the slider navigation instead of using bullets or tabs, change it to that line? and I would like to have the freedom to place that in a difference section.
would like to place it not just internally but also outside the slider, and not just center also has the freedom to place it either left or right with margins, relative position, is it possible? please refer to the link thanks
Comments
please send a link to this page first so we can take a look.
thanks
The background of the button and the icon color can be changed with this css thanks