/*
Theme Name: Simple Light
Theme URI: http://manonatelier.com/
Description: Custom theme for photographer, Alec Soth.
Version: 1.0
Author: Manon Michel
Author URI: http://manonatelier.com/
Tags: custom header, fluid width, columns, widgets, white, minimal
*/
Thread Starter
RLE
(@rle)
Thank you, can I ask where you found that?
Where I found that info? Theme info is always in the header of style.css for a wordpress site.
You can view any sites html output code within the browser. in IE it’s just view->source. In other browsers, it’s under one of the tabs.
Once looking at the source you can find a link to the style.css, looks like
<link rel="stylesheet" href="http://alecsoth.com/photography/wp-content/themes/simplelight/style.css" type="text/css" media="screen" />
copying the link from there and pasting it in the browser, you can view the entire style.css file