Easy with the widget framework. You can clear all of the html except the <h3>Title here</h3> out of a footer box : Style Properties -> [XB] Footer

Then place the stats using the position:

hook:xbfooterHook1

or 1/2/3/4 whichever you want.

You may need some basic CSS for it, this would get you started:

Code:
.footerBlock .sectionMain.sidebar
{
   background-color: rgba(0, 0, 0, 0);
   border-width: 0;
  padding: 0;
}
.footerBlock .WidgetFramework_WidgetRenderer_Stats h3
{
   display: none !important;
}
 
Last edited:

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back