• Thus far, I have successfully created my own custom theme… almost!

    The one issue I’m having is with my side bar. I don’t know what the heck to call the li in my style sheet to get my widgets stylized! For example: <li id=”recent-posts” class=”widget widget_recent_entries”> is the li for the Recent posts. How can it have an id and class???? I’m confused!

    How would I name this on my style sheet?

    recent-posts li .widget_recent_entries { ?????

    Furthermore, how the heck can their be a space? class=”widget widget_recent_entries”

    I am so stumped!

    Then, to make matters worse, the next list is unnamed! Just
    “ul” followed by an “li”! No name at all! So how do I call this out and style it if I don’t even have an id or class to reference it on my style sheet?

    Please help!

    Thank you!

  • The topic ‘Stylizing my Widgets’ is closed to new replies.