Support for SermonSpeaker 3.x is canceled as it is for Joomla 1.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 4.x, which is better anyway.
The fix is to upgrade to SermonSpeaker 4.x, which is better anyway.
Change Archive listings background color
- Steve Faris
- Topic Author
- Offline
- New Member
Less
More
08 May 2011 07:32 - 08 May 2011 07:37 #567
by Steve Faris
Change Archive listings background color was created by Steve Faris
In the Archive view, I would like to change the sermon listings background color. Currently it is gray & white, and our site text is white, (some is green in this screenshot), it is hard, or difficult to see, unless you mouse-over the area of the sermon.
Which CSS do I need to edit, and what property would I look for, so I don't destroy our site?
Thanks
Which CSS do I need to edit, and what property would I look for, so I don't destroy our site?
Thanks
Last edit: 08 May 2011 07:37 by Steve Faris. Reason: Better discription
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
08 May 2011 11:45 - 08 May 2011 11:46 #568
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Change Archive listings background color
www.sermonspeaker.net/faq/5--i-want-to-u...ors-formatting-.html
The CSS classes are "row0" and "row1".
For the speaker color:
www.sermonspeaker.net/faq/8-how-do-i-cha...-of-the-speaker.html
The CSS classes are "row0" and "row1".
For the speaker color:
www.sermonspeaker.net/faq/8-how-do-i-cha...-of-the-speaker.html
Last edit: 08 May 2011 11:46 by .
The following user(s) said Thank You: Steve Faris
Please Log in or Create an account to join the conversation.
- Steve Faris
- Topic Author
- Offline
- New Member
08 May 2011 15:12 - 08 May 2011 15:13 #570
by Steve Faris
Replied by Steve Faris on topic Re: Change Archive listings background color
I was able to change the Speaker text color only. what are the other edits I will need to make? I need to change the sermon txt color, as well as the series txt color, date and time, ETC.... (all fields related to this page.
Is it possible to have this as a property page feature?
Thanks
Is it possible to have this as a property page feature?
Thanks
Last edit: 08 May 2011 15:13 by Steve Faris.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
08 May 2011 16:22 #571
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Change Archive listings background color
It's all done in either the SermonSpeaker CSS file or the template CSS file.
If you're using Firefox, there is an AddOn called Webdeveloper Toolbar which allows you to see the applied CSS styling to a specific element. With Internet Explorer you can use the Developer Tools (F12) to achieve the same. Both will show you also which files hold the existing styles.
The normal text takes probably the default color from the site template as there are no special formattings applied within SermonSpeaker.
You could override this for SermonSpeaker pages if you create a style declaration like this:
This will set the color for the element "ss-sermons-container", which is the container element for sermons lists. If it will work depends a lot on the other applied template styling.
If you're using Firefox, there is an AddOn called Webdeveloper Toolbar which allows you to see the applied CSS styling to a specific element. With Internet Explorer you can use the Developer Tools (F12) to achieve the same. Both will show you also which files hold the existing styles.
The normal text takes probably the default color from the site template as there are no special formattings applied within SermonSpeaker.
You could override this for SermonSpeaker pages if you create a style declaration like this:
Code:
#ss-sermons-container{
color:#ff0000;
}
Please Log in or Create an account to join the conversation.
- Steve Faris
- Topic Author
- Offline
- New Member
08 May 2011 20:19 #573
by Steve Faris
Replied by Steve Faris on topic Re: Change Archive listings background color
Thank you for your help. It is looking like I want it now.
Please Log in or Create an account to join the conversation.
Time to create page: 0.114 seconds