function Page::print_custom_head() {
"""
<*style type="text/css">
.entry {
font-size: 11px;
}
<*/style>
""";
}
This went in the user layer where I have all my component junk. But it made my banner and colored scrollbar disappear. I have those in a theme layer (plus some codes for the layout colors) because if I wanna change my journal's look I would just change those three things but leave the rest the same. I'm guessing the font size code overrode the other one. I just wanted to make sure, because I don't know if it means I'll have to put all the code into the theme layer from now on. That might be weird because I've always had my "permanent" stuff in one place.
Sorry for being so long-winded and confusing.