drupal-tweme
drupal-tweme copied to clipboard
adding costom CSS
Is there a custom css file that I can add to the site?
Sorry for the late answer. Yes you can, here is an options:
- Create a custom block, put your styles between
<style></style>and place the block in Body top region. - 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="…. - Alternatively create a subtheme with custom.css / custom.less file on board.
Let me know if you have any further questions on that.