• I’m using the Quadro theme for wordpress version 2.8.6. Im having trouble editing the widgets. The stylesheet doesnt contain any parameters for the widgets as well as the sidebar. I have no where to look. Of course if I delete sidebar.php, the widgets will not be visible. I’m trying to design the widgets’ title; it doesnt stand out from the rest of the content within the widget. Is there any way I could find the source code for the widgets? Thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • As I understood you, you are trying to style your widget.

    If so, you have to edit or add the styles to style.css file found in your template dir.

    Thread Starter dyakub

    (@dyakub)

    there are two stylesheets in the directory; one, “style.css” and the other, “styleRed.css”. style.css has literally nothing in it. styleRed.css has all the css code for the site there except widgets. I believe widgets are coded like this:

    <ul>
        <li id="widget1" class="widget widget_1">Widget1 Content</li>
        <li id="widget2" class="widget widget_2">Widget2 Content</li>
        <li id="widget3" class="widget widget_3">Widget3 Content</li>
    </ul>

    I don’t see that anywhere in the directory.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Editing Widgets’ is closed to new replies.