-
Learning html — images, fonts & colors
This week I learned more fun html stuff and the some practical things as well. DOCTYPES Document Type Declaration (aka DOCTYPE) helps browsers understand what version of HTML the page is using. Wikipedia defines it as: “…an instruction that associates a particular SGML or XML document (for example, a webpage) with a Document Type Definition…
-
Another quick fix: changing the text color of your WordPress theme
In my last article I showed you how to change the color of specific text within single posts and pages with a really easy addition of some extra code. Today we’ll go over another quick fix — changing the text color in your WordPress theme — so it affects every post and page. The fun…
-
Quick fix: changing the text color in your WordPress blog
One of the easiest ways of making a quick change to your WordPress theme is changing the text color. And the good news is — it’s a quick and easy change! Today I’m going to show you how to change the color in selective pieces of text only. My next post will explain how to…