• I want to hide part of the footer sidebar widget in Twenty Ten. Here’s a screenshot of the markers I’ve inserted to show my problem:
    http://votemana.maori.nz/wp-content/uploads/sidebar_problem.jpg

    The styles.css code I used to put those boxes in is
    .widget-area ul ul {
    list-style: disc;
    margin-left: 1.5em;
    margin-right: 0;
    background-color: transparent;
    color: #000000;
    font-family: “Comic Sans MS”;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    border: solid 1px green;}

    .widget-container {

    margin: 0 0 18px 0;
    border: solid 1px red;}

    The area I want to hide is the content of the upper right green box, leaving the first to fourth footers unaffected.

    Can somebody please tell me which file generates that content and how do I hide it?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Hide part of Twenty Ten Widget display’ is closed to new replies.