Resource icon

[bd] Widget Framework 2.6.6

No permission to download
That kind of customization will need template editing. You can edit the widget template directly or you can edit the extra.css template.
I have been trying this for a couple of hours, to no avail.

Please, do assist me! Much appreciated :notworthy:
 
I have been trying this for a couple of hours, to no avail.

Please, do assist me! Much appreciated :notworthy:
You may want to put something like this in your extra.css

Code:
.secondaryContent WidgetFramework_WidgetRenderer_Stats > h3 {
background: transparent url(path/to/image.png) no-repeat top left;
padding-left: {image-width}px;
}
 
You may want to put something like this in your extra.css

Code:
.secondaryContent WidgetFramework_WidgetRenderer_Stats > h3 {
background: transparent url(path/to/image.png) no-repeat top left;
padding-left: {image-width}px;
}
thanks for your prompt reply.

i've tred editing path/to/image.png and {image-width} accordingly but yet to get it to work. Is there something i am doing wrong? or are there other steps i should take note of?

once again, thanks for ur help.
 
thanks for your prompt reply.

i've tred editing path/to/image.png and {image-width} accordingly but yet to get it to work. Is there something i am doing wrong? or are there other steps i should take note?

once again, thanks for ur help.
Oops, sorry I got it slightly wrong in the previous reply. This is the correct version:

Code:
.WidgetFramework_WidgetRenderer_Stats > h3 {
background: transparent url(path/to/image.png) no-repeat top left;
padding-left: {image-width}px;
}

If it still doesn't work. Please send me a message with your site info.
 
Im a little bit lost! Ive just installed, however where do I find the options in the ACP? Ive looked under options and cant see anythign relating to this mod.
 
Im a little bit lost! Ive just installed, however where do I find the options in the ACP? Ive looked under options and cant see anythign relating to this mod.

You need to go into the ACP > Appearance > Widget Framework
There you will see the options to list, add and import widgets. All the options are configurable on a per widget basis.
 
Back
Top Bottom