Support for SermonSpeaker 4.x is canceled as it is for Joomla 2.5. I will gladly assist you with minor issues but I will not fix any bugs anymore in this releases.
The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.
Odd bits of text in the front end sermon filter
Less
More
Posts: 14
Thank you received: 0
10 May 2012 14:35 - 10 May 2012 14:36 #1923
by Bill Nye
I am getting an extraneous word Filter and Date in the front end whenever the sermon filter form is present. Graphic below
Am I doing something wrong with the CSS?
Thanks
Last edit: 10 May 2012 14:36 by
Bill Nye . Reason: Added question
Please Log in or Create an account to join the conversation.
Less
More
Posts: 3545
Thank you received: 421
10 May 2012 14:46 #1925
by Thomas Hunziker
It's the "legend" tag for the fieldset. You can hide it using the "hidelabeltxt" CSS class.
Something like
Code:
.hidelabeltxt{
display:none;
}
should do the trick.
Please Log in or Create an account to join the conversation.