This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Schakelklokken grote van letters en cijfers aanpassen
#4
Hi,

Please post your questions in English so all members can follow it..

Bedankt!

Answer:

Because your scheduler is running in a iframe you can't use custom css, but what you can do i fetch the iframe with custom JS and perform some css modifications from there like this:
Code:
$(function(){
  $(document).ready(function() {      
     var f= $('iframe');
     f.load(function(){
        f.contents().find('.schedulers').css("cssText", "font-size: 18px !important;");
     });
  });
});
BR,

Erwin
Reply


Messages In This Thread
RE: Schakelklokken grote van letters en cijfers aanpassen - by Erwin van der Zwart - 06.05.2018, 17:13

Forum Jump: