I've been trying to alter the type sizes and spacing in the Features. I've done this through a child theme style.css using this:
@import url("../pagelines/style.css");
h2.ftitle {
text-shadow: 1px 1px 1px #000;
font-size: 16px;
height: 4px;
}
div.fcontent-pad.fix {
font-size: 13px;
}
div.fexcerpt {
text-shadow: 1px 1px 1px #000;
font-size: 13px;
}
This works fine in Chrome, for example, if I save this as the stylesheet edit using the Stylebot extension. However, if I put this into my child style sheet it doesn't work.
Any ideas much appreciated.











