Hej alle
Hvor kan jeg ændre farver til menuen ?
jeg har fundet det til footer men kan bare ikke finde der hvor menu farverne er angivet?
Mvh
Brian
Ændre farve i menu
Moderator: Silmarillion
-
- Forum Members
- Posts: 11
- Joined: Sun Nov 25, 2007 8:06 pm
Ændre farve i menu
Mvh
Brian
Brian
Re: Ændre farve i menu
Hej Brian.
Du skal gå ind og vælge det layout stylesheet som du bruger til din skabelon. Følgende er et uddrag af Layout: Top menu + 2 columns stylesheetet.
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link
a:active {
text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
background-color: inherit;
color: #18507C;
}
a:visited {
text-decoration: underline;
background-color: inherit;
color: #18507C; /* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
text-decoration: none;
background-color: #C3D4DF
color: #385C72;
Håber at det giver mening.
Mange af de allervenligste hilsner,
Kim
Du skal gå ind og vælge det layout stylesheet som du bruger til din skabelon. Følgende er et uddrag af Layout: Top menu + 2 columns stylesheetet.
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link
a:active {
text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
background-color: inherit;
color: #18507C;
}
a:visited {
text-decoration: underline;
background-color: inherit;
color: #18507C; /* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
text-decoration: none;
background-color: #C3D4DF
color: #385C72;
Håber at det giver mening.
Mange af de allervenligste hilsner,
Kim
Last edited by kimb on Fri Jan 11, 2008 11:51 pm, edited 1 time in total.
-
- Forum Members
- Posts: 11
- Joined: Sun Nov 25, 2007 8:06 pm
Re: Ændre farve i menu
Hmm. Jeg syntes at det virkede for mig.
Jeg har søgt lidt i det engelske forum og har fundet denne http://forum.cmsmadesimple.org/index.ph ... l#msg81281. Giver det mening?
Hilsen Kim
Jeg har søgt lidt i det engelske forum og har fundet denne http://forum.cmsmadesimple.org/index.ph ... l#msg81281. Giver det mening?
Hilsen Kim