Hi guys,
I have noticed in one of our projects that some cart templates have classes that conflict with the theme set on the column.
For example, in eCom7/CartV2/Step/Helpers/StepSummaryUser.cshtml the main div has an explicit class that sets the background color: bg-light
This means that whatever theme I set on the column, this rule will override it. I believe it would be good to avoid this types of hardcoding on the templates if we want to use themes.
I can, of course, remove it from the template myself but in future templates, it will come back. and Customizing templates for this change means customizing all parent templates.
I can't say yet if there are any other helpers with the same issue.
Thank you,
Adrian