Overlay gradient layer
-
Hi,
i want to overlay my slider with a gradient layer ( e.g. css: background: gradient-layer( red, orange ) ), to make fonts more readable. If I use an semi-transparent image as a layer, the layer is not supporting full width, and keeps in the container with a specific max-width. If I change the max-width of this container, the font-sizes and proportions are displaying wrong.
Is there any solution ( programmatically or with gui-editor ) to overlay a gradient layer which covers the full width?Assigning the gradients to the .ms-slider-container class won’t work, because the slider background image keeps in foreground ( regardless changing z-index )
A different solution is to assign the gradient directly on my slider-image. But the image gets cut off at the top. Do anyone know a solution to align the image at the bottom?
The topic ‘Overlay gradient layer’ is closed to new replies.