Hi,
I want to increase the font size of the text "Select a document to upload". How do i change it? Having the size in CSSClass does not work. Any other way?
I also the following in CSS which did not
help
RadUpload .ruBrowse
{
font-size
:
30px
!important
;
font-style
:
italic
;
}
.wizInternalLabels
{
color
:
#00008B
;
font-size
:
x-large
;
}
<
telerik:RadAsyncUpload
runat
=
"server"
ID
=
"RadAsyncUpload1"
AllowedFileExtensions
=
"pdf,jpg,jpeg,txt"
MultipleFileSelection
=
"Automatic"
CssClass
=
"wizInternalLabels"
dir
=
"rtl"
PostbackTriggers
=
"btnCustomFinish"
>
<
Localization
Select
=
" Select a document to upload "
/>
</
telerik:RadAsyncUpload
>
Thanks in Advance