Cities Example CSS

From Help Wiki
Revision as of 16:51, 19 April 2017 by Carpenti (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The following CSS is used in combination with the WordPress Theme 72 Class to make it look ok in Google Earth. To apply this custom css go to Appearance > Edit CSS and copy and paste the following:

#top {
display:none;
}

#header {
margin:0;
padding:0;
}

#header h1 {
font-size:30px;
line-height:35px;
text-align:left;
margin:0;
}

#header p {
font-size:100%;
text-align:left;
}

#page-nv {
display:none;
}