Drupal Theme editing
Hey I accept开发者_Python百科ed a drupal project, I am experience with PHP, HTML, but not so much Drupal. I am editing the look of the page. So not to much php is needed. However I was provided the ftp and site drupal admin. How do I go about editing css, as of now the ftp file are read-only, and I cannot edit them. Thank you.
Drupal works from themes.
- ftp into your site
- find the "themes" folder where you installed Drupal
- each theme will be in it's own folder ie: garland, bluemarine etc.
- open appropriate theme
- depending on the theme you should see a style.css file
- drag the file down, edit and put back online!
done!
Edit: also I should note, that if you are wanting to edit the CSS from the Drupal Admin it's really only supported on a per theme basis. So if that theme has this built in. I know some themes do, Fusion and Zen.
You should have an FTP write access. At least for sites/all/themes folder, where You should put Your custom theme.
精彩评论