Hallo!
1.) Ich muss eine andere Farbe für den Header (Home. News, Kontakt ...) festlegen.
Könnt ihr mir bitte Helfen ...
2.)Ich möchte ganz oben den zarten Rand von der Farbe ändern können.
Wie mache ich das?
Danke,
Robert
Hallo!
1.) Ich muss eine andere Farbe für den Header (Home. News, Kontakt ...) festlegen.
Könnt ihr mir bitte Helfen ...
2.)Ich möchte ganz oben den zarten Rand von der Farbe ändern können.
Wie mache ich das?
Danke,
Robert
Hallo,
1) Sie können die Farbe von die Text andern. Fügen Sie diese Code bei in Quick CSS oder custom.css.
#top #wrap_all a{color:#ff0099;}
Für die Hintergrund gebrauchen Sie
#top #wrap_all #menu-mein-menu .current_page_item a {
background: none repeat scroll 0 0 #FF0099 !important;
}
#top #wrap_all #menu-mein-menu a:hover {
background: none repeat scroll 0 0 #FF0099;
}
2) Und die Rand Farbe:
#header{background:#00ff00}
Cheers,
Chris
ok in english ;-)
i want to change the header text, the colored line on the top and every text in bold shoul have a from me defined color.
all that in separeted/diverent colors!
pleas look to:
http://www.eveco.at/screenshot.jpg
best regards,
robert
Hi Robert,
The css from Chris should do most what you are looking for. Just make sure you add it into the Quick CSS or custom.css (which is located in the css folder of the theme files).
You can ignore the #header css as I don't think thats what you want to modify. Instead use:
#shop_header.info_text_header {
background-color: #333 !important;
}
Regards,
Devin
Hey!
I was thinking my German wasn't THAT bad :(
Anyway - as Devin said, the code provided should work for what you're trying to do.
Regards,
Chris
No! Your german is fine!
But ... both of you ignored the picture ;-) isnt it?
best regards,
robert
Oh!
Ah, I was under the assumption you were referring to http://www.robertfarthofer.com/
You can use this code
.page-title {
color: #00FF00 ! important;
}
#shop_header {
background: none repeat scroll 0% 0% #FF0099 ! important;
}
I'm not certain which text styling you're using for the bold text, can you link to your page?
Best regards,
Chris
You must log in to post.