• Resolved energymv

    (@energymv)


    Ever since i downloaded the free rev theme yesterday neither icon_links nor icon_categories has displayed by my links and categories at https://www.energyanalysis.org. I see the code but how would you suggest i attack it?

    /
    #categories-1 ul {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;

    }

    #categories-1 ul ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    }

    #categories-1 ul li {
    background: #FFFFFF url(images/icon_categories.gif) no-repeat top left;
    padding: 0px 0px 0px 18px;
    margin: 0
    }

    #links ul {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    }

    #links ul ul {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    }

    #links ul li {
    background: #FFFFFF url(images/icon_links.gif) no-repeat top left;
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 0px 0px;
    }
    /

    if i can fix that it might improve the appearance of my blog ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The problem is probably due to the fact that you are using widgets instead of the default sidebar code. You don’t have <div id=”categories-1″> or <div id=”links”> that these styles would apply to. You could try adding list styles for the classes .widget_links and .widget_categories.

    Thread Starter energymv

    (@energymv)

    ok, is that standard code terminology that you all use for the widget links and categories in wordpress? Is there anything else I should try as well?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Neither icon_links.gif nor icon_categories.gif is displaying’ is closed to new replies.