cancel
Showing results for 
Search instead for 
Did you mean: 

changing font size of the button

Former Member
0 Kudos

Hi,

how can it be changed font size of the button (other than standard and small)?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

You can use LinkToAction instead of button. Create an image with the font size that you need and then specify the same in the imagesource property of LinkToAction. Keep the images in the mimes-><componentname> folder .

Regards

Ishita

Answers (3)

Answers (3)

Former Member
0 Kudos

HI,

For changing the font size of button, you can try the following:

1.Try themes in Web Dynpro Applications.

2.A simpler way could be using images of the requied fonts and use them instead of the original button as image source.

I hope it helps you. If you need something more, please revert.

Cheers!!!

Umang:)

gill367
Active Contributor
0 Kudos

In web dynpro, this is not possible.

you can try to go for link to action with image having button in it.

or you can try image in the button itself to make it more emphasised.

sarbjeet

Abhinav_Sharma
Contributor
0 Kudos

Hello,

You can create a separate Theme to change or modify the properties of UI elements and can use it in your application. You should have System Admin role assigned in the portal.

Goto System Admin-> POrtal Display -> Theme Editor select any of the standard theme and change it to as per your requirement and save your theme with different name.

In webdynpro you can not change the font size of button. Hope this helps

Abhinav