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

Cannot modify font of Default skin

1 Answer 62 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Clive Hoggar
Top achievements
Rank 1
Clive Hoggar asked on 18 Apr 2009, 11:26 AM
This is a great control, but I am having trouble modifying the default skin to Verdana.
I made it work with Black like this.

I have this in my CSS
.RadPanelBar_Default .rpGroup {  
font-family: Verdana,arial !important;  
}  
.RadPanelBar_Default .rpChildGroup {  
font-family:Verdana,arial !important;  

It does not succeed in overriding the default Arial.
Can you striaghten me out? What am I doing wrong?

Thanks
Clive

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 20 Apr 2009, 06:06 AM
Hi clive,

Give a try with following CSS and check whether its working fine for you.

CSS:
 
<style type="text/css">  
.RadPanelBar .rpLink,  
.RadPanelBar .rpTemplate  
{  
    font-family:VerdanaArialHelveticasans-serif !important;   
}  
</style> 

Thanks,
Princy.
Tags
PanelBar
Asked by
Clive Hoggar
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or