Did you find the solution yet?
Hi, no I haven’t had a reply to my question yet. Can you help?
No i tried to see the code but couldnt make it
Ha, I think I found it…
Use this example
#text-slider {
line-height: 40px;
}
Hello,
Every styles are in plugin catalog text-slider/public/ file class-text-slider.php
There is #text-slider and the rest.
@altonis, correct:
#text-slider {
line-height: 40px;
}
Always do any CSS mods in your theme CSS. Use !important; attribute if you need to override something in the plugin. This is so that your mods do not get overwritten when you update the plugin later.
Thanks for confirming, Maeve 8)
Hello!
I using The Text Slider Plugin locally on mamp so unfortunatly I can´t place a link to my site. My problem is also the line-height. But a little different from the above. I have made some changes in the “Main Text Font”, which works fine. Changes are made in child theme css using “!important;” And used the text slider from the dashbord to make changes in the “Sub Text Font”. Though here is no option for Sub Text Font line-height.
Css for main test font looks like this:
#text-slider maintext font{
font-family: ‘Impact’;
font-size: 48px;
font-weight: 600;
line-height: 58px;
}
and would like the subtext to look like this:
#text-slider subtext font{
font-family: ‘Verdana’;
font-size: 14px;
font-weight: 200;
line-height: 20px;
}
It just dosen´t work. Can anyone help?