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

Custom background navigation colour

1 Answer 22 Views
Visual Style Builder
This is a migrated thread and some comments may be shown as answers.
Manolo
Top achievements
Rank 1
Manolo asked on 14 Sep 2015, 08:09 AM

Hi,

I want change the colour of a navigation.

The property BackColour doesn't work, and if I want modify a Skin with your tool http://stylebuilder.telerik.com this control doesn't appear.

How can i change the background colour?

Thanks

1 Answer, 1 is accepted

Sort by
0
Ivan Zhekov
Telerik team
answered on 17 Sep 2015, 12:20 PM
It's quite easy to customize the background color and image of RadNavigation:

html .RadNavigation .rnvRootGroupWrapper {
    background-image: linear-gradient( rgba( 255, 255, 255, .3), rgba( 255, 255, 255, .1) );
    background-color: green;
}

With this example, we are setting the background-color to be green and then an overlay gradient to make it feel a bit "3D". In browsers like IE8-9, you won't be seeing the graident image, but in the rest, the gradient will be seen just fine.

Regards,
Ivan Zhekov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Visual Style Builder
Asked by
Manolo
Top achievements
Rank 1
Answers by
Ivan Zhekov
Telerik team
Share this question
or