adding style

More
27 Sep 2016 15:53 #6285 by Cherry
adding style was created by Cherry
I'm sorry to ask another newbie question.
I am trying to change the light green background colour, displayed in the sermons list.

I have searched and followed the instructions found in old threads, to try and solve this without wasting anyones time, but have not succeeded on my own.

I tried adding the following code (which is for a light orange colour)
.ss-current{
background-color:##FF9900!important;
}

both to my template.css file and alternatively to my custom.css file, but neither caused a change to the green colour.

I would be grateful for any advice

Please Log in or Create an account to join the conversation.

More
27 Sep 2016 17:19 #6286 by Thomas Hunziker
Replied by Thomas Hunziker on topic adding style
Try with
Code:
.ss-current td { background-color: #FF9900 !important; }
Depending on your template, you may need other selectors as well.
The following user(s) said Thank You: Cherry

Please Log in or Create an account to join the conversation.

More
27 Sep 2016 19:49 #6287 by Cherry
Replied by Cherry on topic adding style
Thank you for your comment and patience with a newbie.
I had made a mistake and put two ## in the code (you can see where I have pasted it in my first post)
The original code placed in custom.css works as it should, after clearing browser cache.

Please Log in or Create an account to join the conversation.

Time to create page: 0.287 seconds
Powered by Kunena Forum