Change background color and text color in RadzenTab

Hello, so i would like to change the background color and text color in the Radzen Tab, but i cannot seem to do it with CSS because i cant access the elements.

This picture with arrows shows what im talking about

All Radzen Blazor components are styled with CSS. Not sure why you can't do what you are after. Use your browser's dev tools or check the source code. Then make sure your selectors have higher specificity or use the !important modifier.

I got it to work, thank you :slight_smile: