【发布时间】:2013-04-14 05:21:57
【问题描述】:
我是 Drupal 的新手。我已将带有自定义divs 的内容添加到我的主页。例如
<div id="dest_objectives">
OBJECTIVES
</div>
<div id="dest_news_events">
NEWS AND EVENTS
</div>
<div id="dest_founder">
ABOUT FOUNDER
</div>
我正在使用(启用和默认)自定义主题 destination-theme,它是 professional-theme 的副本。现在我为路径sites/all/destination-theme/style.css编辑了我的css,但是当我刷新url时,它并没有根据编辑的css改变。我做错了什么?
【问题讨论】:
-
你清除缓存了吗?
-
"现在我为路径 'site... 编辑了我的 css"?您的意思是您在路径 site/... 处编辑了样式表?