Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Germán Campos
Germán Campos
18,374 Points

Wordpress + Genesis: Modifying html output/structure

I am trying to make a custom Genesis Theme and for that, I want to modify the html structure output. I see a lot of unnecessary divs and other elements that I wish to remove. I want to make it so that my child theme runs on my own, simplified html structure, yet all the tutorials out there just ramble on about specific details but never the core issue at hand.

How would I go about doing things like:

1.- Removing content-sidebar-wrap entirely 2.- Changing .wrap to .container 3.- Changing a sample content section from 3 div-layers deep to just one or two, etc.?

Regards G