i'm new to Drupal and unfortunately i cant find how to add attributes on link-tag in head.
I want to add a "rel=" on my linked stylesheet.
I know css is implemented in the html.html.twig and more specific in the xyz.libraries.yml.
Dont know what the css-placeholder is doing exactly? How can i add or even edit attributes on this tag?
I just installed Drupal 8 and have some previous experience with Omega under Drupal 7. Because of this, I am interested in using Omega as a base theme for subtheming on Drupal 8. My findings so far suggest that it has not yet been updated for Drupal 8.
Does anyone have additional information? Or suggestions?
I've been working w/Drupal for years as a site builder... not a developer. Moderate familiarity with using hooks but usually need help with actual syntax/code.
With that in mind, here's what I'm trying to do - in Drupal 7:
1. I'd like my /forum page and container pages to not display the action links ("start a new topic" etc.). I can do this in css with "display: none" but I'd rather do it right via phptemplate and template files.
Hi I am using Bootstrap 3 theme. By default,everything is under ".container" class. There is an option in the theme to either make the entire site "container-fuild" Well I don't want everything to be container-fuild i just want certain section's background color to be an edge to edge. For example in the below like i want my Footer Backfouend color to be edge to edge of browse. I put the HTML code under "container-fuild and then again "container" class" but still it's not working. please help.
Thanks You