Change Background and Hover colours for Collapsed Topics via Custom CSS
Hi Gareth
I'm working on a project that has 100s of courses using Collapsed Topics.
Is there a way to set the hover, background colour and font colour via custom CSS on the theme, so it applies to all courses and overwrites and colours set? I assume there is, I just can't figure it out!
I've been toying with:
span.the_toggle.tc-small.toggle_closed hover {
background: #0089CF !important;
}
span.the_toggle.tc-small.toggle_open {
background: #ED145B !important;
}
but my CSS knowledge is not great, and I'm guessing. Any help would be hugely appreciated.
Thanks.
Re: Change Background and Hover colours for Collapsed Topics via Custom CSS
FIXED!
Worked out the default settings and the option to apply to all in course settings.
Every day's a school day.
You can delete this discussion.