• Is there a chart, guide, glossary or graphic somewhere that has all the CSS items in a WP theme clearly indicated on one page? sometimes I just can’t find one little piece of code to change something and always wish there was a visual aid. There are some sources but nothing with ALL the items in one place.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Every theme is different so there is no 1 place where you can find a list of CSS classes and ids. If you use Firefox, try the Web developer toolbar add-on or Firebug to help you locate (and even test) CSS changes.

    Check out XRAY, a super convenient bookmarklet that shows you the box element, the css that defines it such as height, width, ID, class, etc. All you do is click the bookmarklet and then click the part of the page you want info on. And it doesn’t break pages like some similar tools do. And it’s a freebie, but I feel a donation is in order for this one. XRAY

    Thread Starter kitkaplan

    (@kitkaplan)

    where can you learn to design WordPress Themes? Is there software for Mac or PC?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CSS Theme Chart’ is closed to new replies.