Course card Colour - Customisation
When a course doesn't have an image, Snap theme applies a gradient colour to the course card.
It seems the colours are default and do not reference the main site colour. Is it possible to customise the colours used?
-
Hi Chiro!
Are you referring to this ones right? That appears right in the personal menu.
Unfortunately Snap doesn't have for the moment a customization for the cards headers, as they are randomly generated in each case, but rest assured that we are currently working in ways to improve the "My courses" section for Snap and this type of ideas are for sure excellent insights for us.
If you want to manually override the gradient colors for every card, you can add in your custom html a script to remove the "style" attribute of them, something like:
$('div.coursecard').removeAttr('style');
But be aware that doing so will remove every gradient of every course card, leaving every card with only the site color, so if you need to differentiate them, you may need to change each card manually.
Thanks for the suggestion!
0
Please sign in to leave a comment.
Comments
1 comment