Hi elorensun
I would like to answer your questions as follows:
1- Is there a way to change the color of the main menu to White ( not the background but the text)
=> Open templates/ja_teline_iii/css/menu/dropline.css file, find following code:
#jasdl-mainnav a {
display: block;
float: left;
text-decoration: none;
padding: 10px;
color: #000;
text-transform: UPPERCASE;
}
and change to your idea.
2- So I add a background, everything it’s ok, but I was wondering …can I add a second background below this one who will be repeated?
=> Open templates/ja_teline_iii/css/menu/dropline.css file, find following code:
#jasdl-subnav {
display: none; }
Here you can add the background image for your idea.
3- The background of the logo can it be transparent ?
=> You have to use the logo image with png type or gif (the background is transparent, but in IE6, it is not transparent)