Hi there,
I am trying to change the colour (it’s currently blue so isn’t visible against the background) of this heading text within collection but cannot see how to do this?
Please advise?
Hi there,
I am trying to change the colour (it’s currently blue so isn’t visible against the background) of this heading text within collection but cannot see how to do this?
Please advise?
When you assign content from a collection, I believe you lose the ability to edit text normally.
My solution has been to add classes like .jobsName
and .jobsPostName
and then override the styling there.
Sometimes, I set the heading color and styles while “Unassigned” and then patch in the collection hook, and that allows the styles to stay, but sometimes they revert, so the classes just help override regardless. Does that help?