W3.CSS Responsive, Fast & Better
Drupal8 W3CSS Theme is the first Drupal 8 theme that uses the w3.css framework. When building this theme, I focused on ease of use and a fast load time.
Features
- Drupal8 W3CSS Theme is using the modern W3.CSS framework with built-in responsiveness
- Drupal8 W3CSS Theme has 22 regions. Check README.txt for more details.
- Drupal8 W3CSS Theme has 26 sections with changeable colors. With w3.css frameworks you can change the background color, text color, text shadow and more to any section in your website. Just simply apply the w3.css class to the section.
- Drupal8 W3CSS Theme comes with ability to change the website width. Just insert any of the predefined classes into website width in theme settings. (w3-width-100-percent, w3-width-2560, w3-width-1920, w3-width-1600, w3-width-1360, w3-width-1280, w3-width-1024 and w3-width-800).
- Drupal8 W3CSS Theme comes with horizontal main menu or vertical side nav. Simply add the main menu to the horizontal region or the vertical region.
- Drupal8 W3CSS Theme comes with 22 predefined w3css theme. Simply insert the name of any of the predefined theme.
View the 22 Color Themes
- Drupal8 W3CSS Theme comes with ability to create your own private W3.CSS theme and apply it to your site.
- Drupal8 W3CSS Theme comes with 6 color libraries. (US Highway Colors, US Safety Colors, Camouflage Colors, Vivid Colors, European Signal Colors and Food Colors). You can create unlimited color themes.
- Drupal8 W3CSS Theme comes with 8 social media links easy to configure.
- Drupal8 W3CSS Theme has a top region with three flexible blocks. Block width will change automatically based on the number of assigned blocks. Block share equal width based on number of assigned blocks. (Example, If you have only two blocks in top area block, Block share 50% each block, If you assign three it come 33.3% each). Block width will change automatically based on assigned block, Block share equal width based on assigned block. (Example, If you have only two blocks in top area block, Block share 50% each block, If you assign three it come 33.3% each).
- Drupal8 W3CSS Theme has a bottom region with four flexible blocks. Block width will change automatically based on the number of assigned blocks. Block share equal width based on number of assigned blocks. (Example, If you have only three blocks in bottom region, Block share 33.3% each block, If you assign four it come 25% each).
- Drupal8 W3CSS Theme has a footer region with three flexible blocks. Block width will change automatically based on the number of assigned blocks. Block share equal width based on number of assigned blocks. (Example, If you have only two blocks in footer region, Block share 50% each block, If you assign three it come 33.3% each).
- Drupal8 W3CSS Theme comes with font awesome added to the css library.
- Drupal8 W3CSS Theme comes with jQuery match height. Example, if you have three blocks in the top area, they will always have the same height in any width.
- Drupal8 W3CSS Theme comes responsive main menu and a drop-down menu. The drop-down works on hover for big screen and on click for small screen.
- Drupal8 W3CSS Theme will hide completely (divs, wrappers, classes) any region you don't use. Nothing will be printed in the back.
- Drupal8 W3CSS Theme uses the minimum HTML structure to show the content. Example, You will not see
div > div > div > div > div.
- Drupal8 W3CSS Theme comes with the ability to create a custom page template according to content type's name. If you have two content types article and video you can have page--article.html.twig and page--video.html.twig
- Drupal8 W3CSS Theme comes with the ability to create a custom page template for any view. Example if you have a view name "recent_video", then you can create a page template name page--recent-video.html.twig.