Difference between revisions of "Cities Example CSS"

From Help Wiki
(Created page with '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 cop…')
 
 
Line 27: Line 27:
 
}
 
}
 
</pre>
 
</pre>
 +
[[category: Wordpress]]

Latest revision as of 16:51, 19 April 2017

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;
}