the million dollar TEXT WIDGET question

  • Unknown's avatar

    So i figured out how to have a different header background image on everyone of my WP3 pages.

    Yet, the next mountain to claim now is to also have different TEXT widget boxes on every page (that i would use to explain each of the header images as there is plenty of empty space for that in my sidebar).

    I am already using the BODY CLASS
    <body class=”page page-id-2 page-parent”>
    to distinct each page, but now, how do i alter the CSS to achive above??

    Currently i have a mere
    /* Sidebar – Texts */

    .sidebar .textwidget {
    padding: 0 10px 20px 10px;
    }
    bit of code for the text widget, but i wonder if and how to start adding code to have a different text widget displaying different text on different pages – somehow i think it’s not as easy as just altering the CSS despite the BODY CLASS??

    Maybe i would have to actually also alter the sidebar.php file, in which i currently only have:
    <div class=”sidebar”>

    <h3>Die Themen:</h3>

      <?php wp_list_pages(‘title_li=’); ?>

    </div>

    but also here, how to fit in the various textwidgets so that they also show up as such in my Widgets section and can be written into each individually??

  • Unknown's avatar

    You did not specify a blog address or reason for posting when you created this topic.

    This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.

    If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.

    If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.

    This is an automated message.

  • The topic ‘the million dollar TEXT WIDGET question’ is closed to new replies.