Google自定义搜索引擎的自定义CSS

时间:2012-05-02 20:59:44

标签: google-api google-search-api jsapi

如何为Google搜索引擎自定义CSS。目前我使用的主题是:

<script src="http://www.google.com/jsapi" type="text/javascript"></script>
    <script type="text/javascript">
      google.load('search', '1', 
         {language : 'en', style : google.loader.themes.ESPRESSO});
.....

但我想更改字体颜色/尺寸。

在官方指南https://developers.google.com/custom-search/docs/js/cselement-devguide

我看到一个链接:

哪个被打破(导致404)。上网冲浪没有带来结果。有没有办法做到这一点?

1 个答案:

答案 0 :(得分:3)

他们只是将其移到另一个网址下,但忘了在文档中更新它:

https://developers.google.com/apis/websearch/docs/#StylingSearchResults

成了

https://developers.google.com/web-search/docs/#StylingSearchResults