• Resolved Inv_Trdr

    (@inv_trdr)


    How do I change the page navigation style in theme 2010 in WP 3.0?
    Also how do I change the style of the sidebar titles like making boxes or something similar?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • This can be done by editing the CSS in the style.css file of the TwentyTen Theme. The HTML code that provides the structure of the design of your website uses tags, ids, and classes, which is used by CSS to tell the browser what part of your site to style with a particular effect.

    You should notice in the source code of your website that the sidebar titles has HTML code like: <h3 class="widget-title">Meta</h3>. You could then find widget-title in your style.css file (on line 1118) and modify it in any way you want, such as having the font size bigger by using mark-up like this: widget-title { font-size:20px; }

    Website designers and developers often use a Firefox browser plugin called Firebug to easily browse the source code of a web page and see what CSS is being apply to particular elements of the page.

    It might be useful to browse around some of the pages in the Codex, such as WordPress Lessons.

    Thread Starter Inv_Trdr

    (@inv_trdr)

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Navigation and Sidebar in Theme 2010.’ is closed to new replies.