drupal-tweme icon indicating copy to clipboard operation
drupal-tweme copied to clipboard

adding costom CSS

Open vinceyoumans opened this issue 10 years ago • 1 comments

Is there a custom css file that I can add to the site?

vinceyoumans avatar Jul 30 '15 19:07 vinceyoumans

Sorry for the late answer. Yes you can, here is an options:

  1. Create a custom block, put your styles between <style></style> and place the block in Body top region.
  2. Another way is to create a custom css and upload somewhere, then create a custom block which loads this custom css via <link rel="stylesheet" href="….
  3. Alternatively create a subtheme with custom.css / custom.less file on board.

Let me know if you have any further questions on that.

anton-staroverov avatar Aug 11 '15 08:08 anton-staroverov