Akai

Registered
hai,

i like to suggestion something on canvas version.

Untitled.png


hope you hear
 
You can use widgets to do this. Inside the template "xb_canvas_panel_bottom"

Then create a widget
Code:
<xf:widget key="forum_overview_new_posts" />

Then some CSS inside the template "extra.less"

Code:
.canvas-left [data-widget-key="forum_overview_new_posts"]
{
    .block-container
    {
        background: transparent;
        box-shadow: none;
        border-width: 0;
    }
}

Should get you started :).
 
You can use widgets to do this. Inside the template "xb_canvas_panel_bottom"

Then create a widget
Code:
<xf:widget key="forum_overview_new_posts" />

Then some CSS inside the template "extra.less"

Code:
.canvas-left [data-widget-key="forum_overview_new_posts"]
{
    .block-container
    {
        background: transparent;
        box-shadow: none;
        border-width: 0;
    }
}

Should get you started :).
thanks it work...
 

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