Tagged: LayerSlider, responsive, text
Is it possible to turn responsive text OFF in LayerSlider? I’m trying to create a gallery with captions below but need the font size to remain the same regardless of the photo size.
Hi,
You can try setting that Layer an ID and then with some Quick CSS:
#layerx{
font-size: 22px !important;
}
Regards,
Josue
Josue- Thanks for the help, I probably did something wrongs since it’s not working for me.
I put “layersx” in the field “Attributes -> Attributes ID” and your code in the field “Styles -> Custom style settings” and nothing happens
EDIT
Just realized the CSS goes in Enfold Quick CSS and not LayerSlider CSS. THANKS
You are welcome, glad we could help :)
Regards,
Josue