• Hi–

    Beginner here…wondering if someone can help–

    Using the ‘Obandes’ theme, each widget in the sidebar has an odd circular symbol to the immediate left of the widget title (ie “Articles). These only appeared after putting in new widgets in place of the preloaded based on theme. Nothing fancy–custom menus, calendar, etc–but I cannot seem to get rid of them. I’ve scoured the code (again, just a baby beginner with the code stuff) but I can’t find any indication of an image or bullet etc.

    Any idea on how to eliminate the small icons without sacrificing any of the existing set up??

    TIA

    DandyLazy

Viewing 1 replies (of 1 total)
  • Hi dandy_lazy2

    Please click Apearance Obandes Options and show obandes option panel

    Please discover the following codes from text area.

    nav h3:before,
    h3.widget-title:before {
    content:url(images/sidebar-title.png);
    margin-right:.5em;
    position:relative;
    top:3px;
    }

    remove above code when you not need icon

    When if you change icon

    Change from ‘images/sideba-title.png’ to ‘images/your-custom.png’

    Custom.png must saved obandes/images/ directory

    I’m sorry poor at English.

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Widget Icon Removal?’ is closed to new replies.