cancel
Showing results for 
Search instead for 
Did you mean: 

How to make button background color chnage

Former Member
0 Kudos

Hi

In my custom application having 12 buttons, out of 12 buttons one button should look totally differance than other buttons like button background color to red color.

we found two solution even though those are not adopted to my solution

1. CSS technic for application, its changing whole application insted of one button inside a iview.

2. client is not happy with button design like STANDARD/EMPHASIZED/PREVIOUS/NEXT

Regards

Malli

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Maybe you can set an icon on the button or use a completely iconic button (LinkToAction) instead. The background colour cannot be changed via API.

Armin

Former Member
0 Kudos

hi

i hope there is no background color change property available for Buttons .

Instead you can use Image UI .

Former Member
0 Kudos

Hello

You can also use the imageAlt, imageFirst,imageSource properties of the image to enhance the button.

and to change the background you can change the portal theme.

Thanks