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?
It 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: Rich Brown, 0be1
17 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:
There have been 7 guest posters
There are 1937 members
There are 1 moderators
There are 1 admins
Forum Stats:
Groups: 1
Forums: 2
Topics: 973
Posts: 3782
Newest Members: damianv, twinton, ellison13579, Daigh, mchunful, jesua
Moderators: Ben Miller (383 )
Administrators: Mark Barnes (425)
Log In
Register
Home
Offline


