Skip to main content
Nintex Community Menu Bar
Solved

Watermark size of File Attachment Control

  • May 23, 2018
  • 4 replies
  • 15 views
  • Translate

Forum|alt.badge.img+16

Hi,

 

Anyone know of any dazzling javascript to increase the size of the Watermark for the File attachment control?

 

I've tried the following one:

 

<script type="text/javascript">$(document).ready(function() { $('.theme-entry .SFC.SourceCode-Forms-Controls-Web-TextBox.watermark, .theme-entry .input-control-watermark').css('font-size', '11pt');});</script>

but it doesn't apply the changes to the File Attachment watermark.

 

Any ideas?

Best answer by Albarghouthy

Hi Sharpharp1,


 


This should work 


 


<script>$('.file-watermark').css({'font-size' :'19px'});</script>
View original
Did this topic help you find an answer to your question?

4 replies

  • 51 replies
  • May 23, 2018

Good  day,


 


The part you entered the font size (css) should in this format css('font-size': '11px') not css('font-size', '11px')


If this resolves the issue you can marks this post as solution.


 


Kind regards


Themba

Translate

Forum|alt.badge.img+16
  • Author
  • Scout
  • 644 replies
  • May 24, 2018

Doesn't have any impact:

 

I changed it as per your suggestion, but the watermark is the same:

 

<script type="text/javascript">$(document).ready(function() { $('.theme-entry .SFC.SourceCode-Forms-Controls-Web-TextBox.watermark, .theme-entry .input-control-watermark').css('font-size': '11px');});</script>

Also, my original posted code said 11pt, you changed it to 11px....

 

Any ideas?

Translate

Albarghouthy
Forum|alt.badge.img+16
  • Scholar
  • 741 replies
  • Answer
  • May 24, 2018

Hi Sharpharp1,


 


This should work 


 


<script>$('.file-watermark').css({'font-size' :'19px'});</script>
Translate

Forum|alt.badge.img+16
  • Author
  • Scout
  • 644 replies
  • May 24, 2018

Stunning work Mustafa, works a treat,

 

Thanks for solution

Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings