CSS is at the heart of making a skin look the way you want. Not sure what CSS is or how to write it? Don’t worry, we have some helpful links with resources for learning CSS to master customizing your skins in no time.
main.css
– the file that each template page calls; for simplicity this contains links to the other CSS files in the directoryskin.css
– a stylesheet responsible for the visual elements of the skin such as color, fonts, and morestructure.css
– a stylesheet responsible for the low level structural elements of a skin such as margins, paddings, and morejquery.ui.tabs.css
– a stylesheet that contains styles for the skin’s tabs (used in places like the home page and the writing dashboard among other places)jquery.ui.theme.css
– a stylesheet that provides support for jQuery UI themes
Unless the skin’s CSS files are located in a global folder, you’ll need to update each CSS file within each section for your changes to appear across the entire site. Keep in mind that each section may have specific styling that does not exist in another section’s CSS files, so copy/pasting entire CSS files is not recommended.
If you updated a CSS file and do not see your changes on the site, make sure you updated the correct file and clear your browser’s cache.