网站 - http://test06.menchasha.ru/。 我为Flexslider右箭头添加了自定义图像(a.flex-next)。 但自定义箭头会多次显示(与Posts一样多)。
我应该纠正什么? 谢谢!
答案 0 :(得分:0)
flexslider箭头是.flex-next锚元素上的背景图像。只需设置background-repeat:no-repeat;在a.flex-next。
a.flex-next {
background-image: url(wp-content/themes/wp-theme/images/slider-top-pagination.png);
background-repeat: no-repeat;
}