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

Sharon Smith
Sharon Smith
8,747 Points

Modifying the side menu in my theme?

Hi, all.

I'm trying to modify my WordPress theme in various ways. (It's called Celestial). Right now, the main thing I want to do is change the goofy styling on the right side menu. The thing is, I'm having trouble figuring out what class or ID or whatever that menu is using so I can modify it specifically, as opposed to all of the unordered lists on the site overall.

Can anyone help me out? It's at SharonSmithDesign.com & it's the menu on the side.

1 Answer

Shai Yahav
Shai Yahav
7,153 Points

Hi,

Look for sidebar.php, open it and look for this line <aside id="right-column" class="span4">

add another class, for example: <aside id="right-column" class="span4 my-right-sidebar">