CSS definition of globalnav
-
Little by little I am gaining more CSS knowledge.
I ran across something and I don’t know what it is.
Could somebody please tell me the function of the following code:#globalnav,.access {
display:none;
}What does this do? Thank you.
-
Two different elements – #globalnav and .access – are both set to not display. What those elements are vary from theme to theme and are defined in the underlying HTML of the theme.
- The topic ‘CSS definition of globalnav’ is closed to new replies.