anydigital / drupal-tweme

Ultra lightweight Bootstrap theme for Drupal.
https://www.drupal.org/project/tweme
62 stars 9 forks source link

adding costom CSS #34

Open vinceyoumans opened 9 years ago

vinceyoumans commented 9 years ago

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

tonystar commented 9 years ago

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.