This is a migrated thread and some comments may be shown as answers.

Change Font Size Text of RadImageTile

2 Answers 48 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Hector Hernandez
Top achievements
Rank 2
Hector Hernandez asked on 18 Mar 2014, 05:31 AM
Hello.

i want to change the size on the Title of a RadImageTile, i try setting propierty Font-Size, but dont work, also try with css no lucky, also try to set the propierty Font-Bold to true but the same dont work.

how can i do that.

Thanks in advance.

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 18 Mar 2014, 05:58 AM
Hi Hector Hernandez,

Please try the following CSS code snippet to change the font size of the RadImageTile title text.

CSS:
<style type="text/css">
    .rtileTitle
    {
        font-size: 20px !important;
    }
</style>

Thanks,
Shinu.
0
Hector Hernandez
Top achievements
Rank 2
answered on 18 Mar 2014, 03:39 PM
Thank you Shinu.

that works.
Tags
General Discussions
Asked by
Hector Hernandez
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Hector Hernandez
Top achievements
Rank 2
Share this question
or