Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 woothemes flex 滑块,到目前为止它很棒。我开箱即用,但我对如何自定义它感到非常困惑。一切正常,除了我希望控制导航(左箭头,右箭头)始终显示在滑块上,而不仅仅是当我将鼠标悬停在图像上时。如何使滑块箭头始终显示?
在 CSS 中编辑这些行:
.flexslider:hover .flex-prev { opacity: 0.8; left: 5px; }
到:
.flexslider .flex-prev { opacity: 0.8; left: 5px; }
它将始终显示控制箭头。