- Thank you received: 0
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.
The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.
Database reading
- stephen
-
Topic Author
- New Member
-
Less
More
18 Nov 2011 20:55 #1211
by stephen
Replied by stephen on topic Re: Database reading
OK it seems to work because 3 5 and so on are transparent but when i try to do .even it doesn't work now when i went to my series list and a listing in the series there is class ss-title would changing that to background none in the sermonspeaker.css solve my problem and i can just get rid of the .odd thing for general?
Please Log in or Create an account to join the conversation.
- Andrei Chernyshev
-
- Offline
- Translator
-
18 Nov 2011 21:06 - 18 Nov 2011 21:06 #1212
by Andrei Chernyshev
Replied by Andrei Chernyshev on topic Re: Database reading
try putting it in personal.css.
for colors you can change #A69172 it to either none or some other color.
Code:
.ss-current
{
background:#A69172;
}
.odd
{
background:#A69172;
}
.ss-title
{
background:#A69172;
}
Last edit: 18 Nov 2011 21:06 by Andrei Chernyshev.
Please Log in or Create an account to join the conversation.
- stephen
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
19 Nov 2011 00:02 #1213
by stephen
Replied by stephen on topic Re: Database reading
Hello thank you for the help that fixed the entries themselves now i need to change the color of the highlight for the currently selected sermon.
Please Log in or Create an account to join the conversation.
- Andrei Chernyshev
-
- Offline
- Translator
-
19 Nov 2011 03:07 #1214
by Andrei Chernyshev
Replied by Andrei Chernyshev on topic Re: Database reading
Sorry though
would fix it. can you try this one.
change #EBFFEB to any other color.
Code:
.ss-current
{
background:#A69172;
}
Code:
tr.ss-current td{
background:#EBFFEB;
}
Please Log in or Create an account to join the conversation.
Time to create page: 0.281 seconds