Hi,
I am using WebDesign site layout and my goal is to show only 5 images (zoom boxes) with links on homepage. All ok, but would also like to show text on images, not only after move on it. How can make these texts (FK keskus, Viimsi sisekardirada) to be always visible?
[Links visible only for registered users]
Hope you can help me with it.
Steve
Comments
to display texts on those items by default, please use below css:
.zoom_box .desc { opacity: 1 !important; }.zoom_box .desc { background-color: rgba(0,0,0,0) !important; }