I'm having issues with CSS styles in Radzen conflicting with my existing styles. Is there a way to change the names of some of the classes in the grid, for example.
You cannot change the name of the classes used in our components. Which classes are conflicting?
header (for the grid specifically). My current css specifies a header for the whole page. So when I add the following:
It changes the header on my page. It changes some font elements too but the header is the biggest problem.
You can check our forum FAQ for reference how to post and format code.
I suppose I should just rename the css class for my page 'header' element so there's no conflict. I'm not a CSS wizard so I like to avoid getting into it.