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?