how to over write the element.style

I have just started learning Vaadin. I am playing around with theme and trying to modify the CSS. Everything was going well but I can not overwrite the elemet.style element. I tried to solve this issue by following the thread (https://vaadin.com/forum#!/thread/175095) posted 3 years ago. But I could not make it work.

Since I am a beginner, step by step explanation will be appreciated.

Thank you…

Hi,

you should be able to override those styles by adding ‘!important’ to your CSS directive. It might help your cause if you’d tell which styles you’re trying to override and what is your goal, as there may be other ways of reaching it.

Thank you Teppo for your response. I will try that. :slight_smile: