cancel
Showing results for 
Search instead for 
Did you mean: 

Add gradient colours(no standard) to a theme

Former Member
0 Kudos

Hello,

I need to add new colours(no standard) to our theme, such as gradient colours.

Please, do you know how can I do it?

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

I need to put the background color of unselected tabs in gradient color from Theme Editor/Portal Outer Frame/Top-Level Navigation. Do you know how can I do it without any codification?

Thank you.

benjamin_houttuin
Active Contributor
0 Kudos

Please be aware that the gradiant fliter as metnioned before only works for Microsoft IE 5.5+ so do not use it if you are planning your Portal to be an External Facing Portal because then the User Experiance can be inconsistent because on the internet you cannot force the use of a specific browser (as you might could within the boundaries of your organisation).

If that is the case then you could also work with a gradiant background image.

Cheers,

Benjamin Houttuin

Former Member
0 Kudos

Hi,

Go to theme Editor in Portal, and select Top level navigation unselected tab section -

in the background color field add the statement -

#C0CFE2 (filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#C0CFE2', startColorstr='#FFFFFF', gradientType='0');

Regards,

Deepa

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Deepa,

It works!

Thank you&Regards

Former Member
0 Kudos

Hi,

You can add the code such as

filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#C0CFE2', startColorstr='#FFFFFF', gradientType='0' or '1' (for left to right or top to bottom gradient)

for any backgrond color that you want to add gradient to.

Hope this helps.

Regards,

Deepa