• from several hours i am trying to insert an icon in my widget title,but i did not find what is going wrong? my theme is using three widget column,
    widget-col-1, widget-col-2,widget-col-3
    i want to insert icon separately for each widget title,i am adding follwing code,but its changed all widget title,someone please help me.

    .widget-title {
    text-decoration: underline overline;
    font-style: italic;
    font-weight: bold;
    font-family: verdana;
    background-color: #ffffff;
    background-image: url("img_tree.png");
        background-repeat: no-repeat;
        background-position: right top;

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘insert icon in widget title’ is closed to new replies.