cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

Is it possible to apply css styles to widget

srudenkov
1-Newbie

Is it possible to apply css styles to widget

I wold like to make HTML text area to have rounded corners:

I set value as text:

<div style="font-size: 14; border-radius: 25px; font-family: sans-serif" align="center"><p style="color: #ffffff; background-color: #FFAC33">Under Review</p></div>

But it wasn't applied. What I am doing wrong? What about buttons with rounded corners?

2 REPLIES 2
PaiChung
22-Sapphire I
(To:srudenkov)

The best way to do this, is to make a copy of the Widget and to customize it. and to create your own Widget extension that way.

I think you'd better to program a new widget, there are some Widget API you can find.

Top Tags