olivier faya wrote:
Is it possible to change easily the font of horizontal menu ?
Hi Olivier,
I'm not sure how helpful this will be because I'm fairly new to RT templates.
In the template manager backend I know there's a place under the "Settings" drop-down, there is a "Web Fonts" and "Font Settings" choice. Not sure what you're using.
To manually or temporarily test different fonts that you may like you can use FireBug for Mozilla FireFox.
When I look at your site in Firebug and hover over and inspect your links in the horizontal menu, I can see that your template is calling "style1.css" line: 59. Bebas is the font-family name being used.
#rt-header ul.menu > li, #rt-header ul.menu ul > li {
color: #FFFFFF;
font-family: 'Bebas';
text-decoration: none;
In Firebug if I temporarily change the "Bebas" font-family name, to any other standard web font, IE.. (Georgia), the changes take affect. I'm just not sure how editing the style1.css file will effect choices made within the Template Settings gui? Hopefully someone more experienced can tell us the proper/correct way of making font-family changes.
Firebug helps finding these types of things very easy. Here are some videos about using Firebug posted on the RT forum.
http://www.rockettheme.com/forum/index.php?f=288&t=31460&rb_v=viewtopic