Hello - I am trying to figure out how I would (and in, fact, even if I should) get all the way down to the HTML when it comes to customizing/building a template. I have the dev template downloaded, and looking through the directories I don't find any actual .html files - so do I have to know how to write JSON to mess with those or write content? I know the basics of working with HTML, CSS and JS/JQuery to build a site, but JSON is still a mystery.
For example, one thing I'd like to be able to do is create ids and classes in my html and then be able to select them in CSS and jQ ... or should I give up and just do most of my customizing with the CSS and code injection points. Wondering how people do it... Thanks.