• Hello,

    I’m trying to edit one particular widget on my sidebar and I’m wondering how to do this. My css seems to only allow me to edit the look of the sidebar (thus editing the widgets) but I need to edit just one of the few widgets I have on the sidebar.

    Is this possible?

Viewing 3 replies - 1 through 3 (of 3 total)
  • hopefully, the ‘register_sidebar()’ code in functions.php of your theme has allowed widget-specific css classes.

    https://codex.www.ads-software.com/Function_Reference/register_sidebar

    you can check this either by looking into the html code of your site in the browser; or by using one of the browser tools such as firebug.

    or you can post a link to your site, so that someone can have a look at your site, and make some suggestions.

    Thread Starter lmc123

    (@lmc123)

    Here is my site. https://www.getyourfilmfix.com

    I’m trying to edit the Older posts widget towards the bottom. It looks messy as is.

    here are some styles to format the posts with:;

    examples:

    .widget_advancedrandomposts { }
    ul.advanced-random-posts li a img.random-posts-thumb { display:block; margin-bottom:10px; }
    ul.advanced-random-posts li a {  }
    ul.advanced-random-posts li { margin-bottom:10px; background: #f6f6f6; }

    if you are planning to customise your theme further, it would be a good idea to get familiar with one of the free browser tools such as firebug, or similar for other browsers.

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