Page 1 of 1

Applying different style

Posted: Fri Aug 21, 2015 7:03 am
by victorinable
Hi,

We're integrating the web designer into our MVC4 Application. We're using last pre-release from 17/8/2015. I would like to know the best way in order to apply our styles to the editor. So, my intention is to create a css file that overrides some of the styles used by the editor.

Can you please tell me which is the most appropiate way to do that?

Thanks in advance.

Re: Applying different style

Posted: Fri Aug 21, 2015 7:33 am
by HighAley
Hello.

Unfortunately, it's impossible to change style with css now.
You could try to use JavaScript to search necessary styles and change it.

Thank you.

Re: Applying different style

Posted: Fri Aug 21, 2015 7:42 am
by victorinable
Hi Aleksey,

Yes, in fact we've achieved in this task by using JavaScript and removing the styles and, then, we copied the css you apply on a separate file and loaded it once modified as we want. Styles are overrided, but I wondered if there's a better way to do that.

thanks for the support!

Re: Applying different style

Posted: Fri Aug 21, 2015 7:51 am
by HighAley
Hello.

We are working on this. Maybe it will be possible in one of our builds this year.

Thank you.