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'm new to D8, and am trying to create a new theme. I'm stuck on trying to simply add a CSS file/reference globally. I'm following the directions here, and about a dozen other sites trying to describe the same thing.
I've created a block with my view.
Using a custom tpl file i can now show fields i want in the way i want it.
The problem is..
When i put the CSS i filled in directly in the tpl.php file, in the external CSS file i use for my site the CSS seems to be ignored.
Is this normal?
My external CSS file is well read by the site because i'm using is for everthing else.
Pls i wouls like to build a news aggregator similar or a clone to kenyamoja .com.
Can you tell me the best contributed theme i can use for building the site? The modules and plugins and other requirements to build the site.
and if possible step by step instruction on what to do
Also i would like to have a mentor i can interact with on the use of drupal 7. my email is kandywandy23 AT gmail dot com.
First I wanna say, This is my first Drupal site. I have a custom content type call 'events'. I'm trying to create a custom template for this content type, Because my structure of an EVENT node is completely different than others.
This is how the template structure should be:-