如何更改Blogger上的菜单栏颜色

时间:2013-12-22 07:22:50

标签: blogger

我拥有this blog。我想更改菜单栏的字体和背景颜色。知道怎么做吗?似乎无法在任何地方找到代码......谢谢!

2 个答案:

答案 0 :(得分:2)

Follow these steps:         
 1. From the blog Dashboard, go to Template -> Edit HTML-> Proceed -> put a check mark in front of the the "Expand Widget Templates" option (details: same as the first 3 steps in this post)

 2. On your keyboard press the "Ctrl" and "F" keys at same time to bring up the search box.

 3. In the search box  you type in (or copy) this highlighted codes .tabs-inner

    .tabs-inner {
            padding:0
      }

 4.  Add following one line code above } symbol:

      background-color:#6baa4a;

 Note: 

 #6baa4a is the color code for the green color I'm using. You can replace it with any other color code you want. If you have no idea of the color code, you can search "HTML color" in Google.

  5. Make sure to save the change by clicking on "Save Template" button at the top-right corner. Done !

  Go back to your blog and refresh your webpage, you will see your favorite background color showing up for your top tab menu bar !

答案 1 :(得分:0)

转到信息中心

点击模板>修改模板>高级>标题栏>选择颜色>应用于博客(右上角的橙色按钮)就是这样。

相关问题