Hi all
Previously I've asked about classes, and thanks to Chuck and others, I've started to get a handle on them.
However...what I am struggling with is changing the color on some component heading. Here's what I have so far.
The course is for Australian Olympic & Paralympic athletes, so its primary color is green and secondary of gold
Here are the classes under theme-extras.less
The highlights are ones I've created to try and solve my problem.
Under component.less is this for the title:
What I know is that if I change the color to @title-color-alt, ALL the title change to white from green.
White's contrast against yellow isn't good, so I want the blocks that are yellow to have green headings and blocks that are green to have white headings.
In the Blocks.json I have this class to change the block color to green,
but how do I get the component title to white?
Cheers
Simon