Topic RSS
I just did an upgrade to sermon browser on a client's site. I know that with the previous version the sermon titles looked different. I want them to be smaller in text so that it does not carry over to the next line if the title is long. See what i am referring to here: http://www.relevantva.com/loveoutloud/ . I tried messing with the template (the stylesheet)in the admin area and no matter what i change about:
div.sermon-browser table.sermons td.sermon-title {
font-size: 14px;
padding-top: 2em;
}
it doesn't change anything on the actual site. how do i make changes?
5:58 am
18 June, 2009
OfflineIt looks like your WordPress theme is missing the wp_head() call. This function allows plugins to insert things into the head of your page. In your themes header file (usually called header.php), add the following line just before the closing head tag:
</head>
While your at it, you'll probably want to fix your footer as well. I don't think Sermon Browser uses it, but other plugins that you might install in the future use it. Add the following line in your theme's footer file (usually called footer.php) just before the closing body tag:
</body>
Please let us know if this fixes your problem, or if you need more help.
Most Users Ever Online: 40
Currently Online:
15 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
malpan: 2453
jogen: 2440
VanWatterson: 652
GeraldSebring: 364
LucasWoltman: 362
RandellFeenstra: 362
Member Stats:
Guest Posters: 7
Members: 2062
Moderators: 1
Admins: 1
Forum Stats:
Groups: 1
Forums: 2
Topics: 1071
Posts: 4042
Newest Members: richdorm, Aaron Velasquez, aaronv, dave5884, tomduckering, ccwebb
Moderators: Ben Miller (386)
Administrators: Mark Barnes (425)
Log In
Register
Home



