将顶部导航 top-header 位置css修改成以下1-2种的选择其中一种,Begin主题选项→定制风格→自定义样式:
1、顶部导航部添加彩色条
#top-header { background: #e7e7e7 url(https://wx2.sinaimg.cn/large/006VCrUsgy1fjmflwl7rog30ag004dfs.gif ) repeat-x scroll 0 100%; }
2、顶部导航添加渐变色
#top-header { background: linear-gradient(-30deg,rgba(255,213,60,.71) 10%,rgba(161,230,243,.78)) no-repeat; border-bottom: 1px solid #dedede; }
3、底部添加彩色条
#footer-widget-box { background: #555 url(https://wx3.sinaimg.cn/mw690/005UYuA2gy1fi98hpe55gg30ag004dfs.gif) repeat-x scroll 0 100%; }
具体样式可以参考本博客的效果。