Loading...
Uploaded by xygni on Feb 10, 2011
http://www.mutualsimplicity.tumblr.comGo there if you think you can help.
People & Blogs
Standard YouTube License
Change the CSS files associated with the template!
a1gaius 1 year ago
It sounds like you need to learn CSS, not necessarily HTML.
If you look at the page source you'll find a section that says style type='text/css'
In that section, to take the stroke off you need to remove the line that says text-shadow.
To make the article background white, find article { ... } and change the background property to white instead E7E7E7, then remove the url: ... part.
Fonts are controlled with the font-family parts throughout that section.
nonzz3ro 1 year ago
Load more suggestions
Change the CSS files associated with the template!
a1gaius 1 year ago
It sounds like you need to learn CSS, not necessarily HTML.
If you look at the page source you'll find a section that says style type='text/css'
In that section, to take the stroke off you need to remove the line that says text-shadow.
To make the article background white, find article { ... } and change the background property to white instead E7E7E7, then remove the url: ... part.
Fonts are controlled with the font-family parts throughout that section.
nonzz3ro 1 year ago