Tagged: LayerSlider
When I add links to the layers within my layerslider, it overwrites the custom CSS I had written for that layer. For example, I have a number of text box layers that I want to link to various pages. The CSS for these boxes, as written in the custom Styles area, is:
box-shadow: 0px 4px 10px -5px black; text-shadow: none; font-weight: normal; opacity: .75; width:260px; text-align:left;
When I affix a link from the layer to the target URL, the custom CSS seems to be completely ignored and the boxes no longer have the correct opacity, width, shadow, etc. Has this problem come up before, and any obvious fixes?