Hemant here again with Node grid layout without Addon.
Well after Developing some addon i really like to go back to learn and play with css but this time with flex instead of grid so here a quick mod for you.
so here it is.
So here a simple CSS that you need to place it in Extra.less that will...
You can change the styles via the options :
Installation :
Download and unzip it.
Copy the src/addons/SyTryC/OnlineOffline directory to your server.
From the AdminCP install the add-on.
Annoyed about that ThemeHouse branding at the bottom that won't go away and you can't figure out a way to delete the branding text from the XenForo files? Well here's how to do it in a slightly different way.
Step 1. Go to your admin panel and log in.
Step 2. Navigate to your EXTRA.css files...
Today I will share a tutorial under xenForo 2.0 : Add Font Awesome icons to the blocks of your sidebar !
In your template widget_birthdays find :
<h3 class="block-minorHeader">{$title}</h3>
Replace by :
<h3 class="block-minorHeader"><i class="fa fa-birthday-cake" aria-hidden="true"></i>...