WordPress知更鸟Begin主题顶部导航美化

资源分享评论6,112阅读模式

WordPress知更鸟Begin主题顶部导航美化

将顶部导航 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%;
}

具体样式可以参考本博客的效果。

匿名

发表评论

匿名网友 填写信息

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定