Viewing 5 replies - 1 through 5 (of 5 total)
  • See here for a similar question. Use Firebug to see the correct CSS for your situation. Customizr ships with Genericons and Entypo fonts, so if you choose one of those for your icon, you should be safe.

    Thread Starter behmtt

    (@behmtt)

    The piece of code
    .widget_text h3:before {
    content: “\f302”;
    }
    from the post Text widget with item worked for two widgets Foto’s en Video.
    There is one item left called Handig which has the same class: <h3 class=”widget-title”>Handig</h3> but shows no icon.
    This widget hat a category in “links” with two links in the category.
    I do not understand why this does not work.

    This was why in the other thread I was trying to use more specificity in resolving the icon issue. If you simply target .widget_text h3:before, then all your text widgets will have that icon. But my suggestion didn’t work for zap2zero, so hey ho.

    In your case, the links are iin a links widget, not a text widget, so the text widget icon won’t work. You probably need to target .widget_links h3:before instead. But check this doesn’t have unintended consequences elsewhere.

    Thread Starter behmtt

    (@behmtt)

    Thanks, the target .widget_links h3:before wordks for me as you can see on http://www.durksweb.nl/website3/kariba.

    Thanks for the help.

    Thread Starter behmtt

    (@behmtt)

    Resolved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Icon before widget title’ is closed to new replies.