Skip to main content

Course card Colour - Customisation

Comments

1 comment

  • Rafael Becerra

    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.