Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have successfully installed from scratch Drupal Commerce Kickstart on version 7.54 and created a sub-theme using drush. Drush created the sub-theme and I've enabled it. It has the pink bars which I understand where that is coming from. It's just the grid that is a theming aid.
My question is: Where and how do I make my sub-theme look exactly like the original Omega Kickstart theme? Do I copy over some css file from the original or do I enable something in the sub-theme?
I'm trying to get the teaser image on a Custom content type to look like the Article content type. Teaser Display Settings are identical, I've copied the Article twig files, yet it keeps displaying as a larger image.
Anyone using NewsPlus Lite been able to apply the same teaser theming Articles uses to other Custom Content Types? Perhaps this is just a CSS issue?
For example to render a simple form like search block should be invoked 8 different template like below and each of this template only have one or few line of code, see below:
I am continuing to explore Drupal. It is really powerful. But I can't find the right way to build a custom page.
I wan't to create a completely custom page with custom data.
Now I have following structure.
I've created the page--front.html.twig template file. And defined it like that